SHA256
1
0
forked from pool/cm

Dump testsuite log to stdout

OBS-URL: https://build.opensuse.org/package/show/science/cm?expand=0&rev=2
This commit is contained in:
Jan Engelhardt 2020-09-23 12:27:45 +00:00 committed by Git OBS Bridge
parent 8835624466
commit 54b453c7d0

View File

@ -94,7 +94,10 @@ This subpackage provides the development headers for it.
rm -f "%buildroot/%_libdir"/*.la
%check
%make_build check
if ! %make_build check; then
cat tests/test-suite.log
exit 1
fi
%post -n libcm1 -p /sbin/ldconfig
%postun -n libcm1 -p /sbin/ldconfig