[cmocka/el6] Print test output on error.

asn asn at fedoraproject.org
Fri Feb 20 12:09:57 UTC 2015


commit d5a9456ac6e90ed311b8d2a40166137bd7aa9601
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 0e29d73..6601168 100644
--- a/cmocka.spec
+++ b/cmocka.spec
@@ -115,7 +115,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