Print out the logs from the failed tests during the build.
This commit is contained in:
parent
1745ea5f18
commit
1dc7825200
@ -99,7 +99,7 @@ OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file
|
|||||||
export OPENSSL_SYSTEM_CIPHERS_OVERRIDE
|
export OPENSSL_SYSTEM_CIPHERS_OVERRIDE
|
||||||
OPENSSL_CONF=
|
OPENSSL_CONF=
|
||||||
export OPENSSL_CONF
|
export OPENSSL_CONF
|
||||||
make test
|
make test || (for i in tests/logs/*.log ; do echo "$i": ; cat "$i" ; done)
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
Loading…
Reference in New Issue
Block a user