Print out the logs from the failed tests during the build.

This commit is contained in:
Tomas Mraz 2019-09-26 17:24:44 +02:00
parent 1745ea5f18
commit 1dc7825200

View File

@ -99,7 +99,7 @@ OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file
export OPENSSL_SYSTEM_CIPHERS_OVERRIDE
OPENSSL_CONF=
export OPENSSL_CONF
make test
make test || (for i in tests/logs/*.log ; do echo "$i": ; cat "$i" ; done)
%files
%{!?_licensedir:%global license %%doc}