From 1dc7825200a63c39de87ec8f9d4b4ee2b4d2a6d6 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 26 Sep 2019 17:24:44 +0200 Subject: [PATCH] Print out the logs from the failed tests during the build. --- stunnel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stunnel.spec b/stunnel.spec index 83b5955..6a0e424 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -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}