[grantlee] %%check: CTEST_OUTPUT_ON_FAILURE=1

Rex Dieter rdieter at fedoraproject.org
Tue Dec 3 19:56:51 UTC 2013


commit 3e22b3e1d9a6cb8258d1b76cd4e6a21b59fb37c4
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Dec 3 13:56:32 2013 -0600

    %%check: CTEST_OUTPUT_ON_FAILURE=1

 grantlee.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/grantlee.spec b/grantlee.spec
index da6099a..4488be1 100644
--- a/grantlee.spec
+++ b/grantlee.spec
@@ -82,6 +82,7 @@ cp -prf %{_target_platform}/apidox/* %{buildroot}%{_docdir}/HTML/en/grantlee-api
 
 
 %check
+export CTEST_OUTPUT_ON_FAILURE=1
 xvfb-run -a make test -C %{_target_platform}
 
 


More information about the scm-commits mailing list