Dump testsuite log to stdout
OBS-URL: https://build.opensuse.org/package/show/science/cm?expand=0&rev=2
This commit is contained in:
parent
8835624466
commit
54b453c7d0
5
cm.spec
5
cm.spec
@ -94,7 +94,10 @@ This subpackage provides the development headers for it.
|
|||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build check
|
if ! %make_build check; then
|
||||||
|
cat tests/test-suite.log
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
%post -n libcm1 -p /sbin/ldconfig
|
%post -n libcm1 -p /sbin/ldconfig
|
||||||
%postun -n libcm1 -p /sbin/ldconfig
|
%postun -n libcm1 -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user