[packages/otsanitizer] - print test-suite.log in case of failure

qboosh qboosh at pld-linux.org
Wed Mar 14 18:45:22 CET 2018


commit 9dfeb0ac6f77bf01f2021d5b794fc3d5633361e7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Mar 14 18:47:58 2018 +0100

    - print test-suite.log in case of failure

 otsanitizer.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/otsanitizer.spec b/otsanitizer.spec
index 97da060..d9a5298 100644
--- a/otsanitizer.spec
+++ b/otsanitizer.spec
@@ -97,7 +97,7 @@ EOF
 %{__make}
 
 %if %{with tests}
-%{__make} check
+%{__make} check || (cat test-suite.log && false)
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/otsanitizer.git/commitdiff/9dfeb0ac6f77bf01f2021d5b794fc3d5633361e7



More information about the pld-cvs-commit mailing list