]> git.pld-linux.org Git - packages/fontconfig.git/commitdiff
keep cat of test log but make sure build fails on test failure
authorJan Palus <atler@pld-linux.org>
Sun, 11 Mar 2018 11:54:32 +0000 (12:54 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 11 Mar 2018 11:54:32 +0000 (12:54 +0100)
fontconfig.spec

index 2affe476cb6e07a094b054d4d87b142094c8688b..bbf0ebe276cd6d5fb74da51cee6559fe518fa4d8 100644 (file)
@@ -149,7 +149,7 @@ export HASDOCBOOK=no
        --%{?with_static_libs:en}%{!?with_static_libs:dis}able-static
 %{__make}
 
-%{?with_tests:%{__make} check || cat test/test-suite.log}
+%{?with_tests:%{__make} check || (cat test/test-suite.log && /bin/false)}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.176794 seconds and 4 git commands to generate.