[cmocka/f21] Print test output on error.

asn asn at fedoraproject.org
Fri Feb 20 09:33:15 UTC 2015


commit 3990229f8a5a3b6ebf607c4855be5304ed74f1b3
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Fri Feb 20 09:26:48 2015 +0100

    Print test output on error.

 cmocka.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/cmocka.spec b/cmocka.spec
index 7c09fb0..af300fe 100644
--- a/cmocka.spec
+++ b/cmocka.spec
@@ -114,7 +114,7 @@ ln -s libcmocka.so %{buildroot}%{_libdir}/libcmockery.so
 
 %check
 pushd obj
-make test
+make test || cat Testing/Temporary/LastTest.log
 popd
 
 %files -n libcmocka


More information about the scm-commits mailing list