[cmocka/epel7] Print test output on error.

asn asn at fedoraproject.org
Fri Feb 20 11:56:54 UTC 2015


commit df6e82a015b55615b55e8a1fd4f7bcbdf7c1cb83
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 3dbfae7..c031fa3 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