Show contents of test-suite.log on test failure

This commit is contained in:
kasperk81
2021-06-30 00:14:58 +00:00
committed by Dave Watson
parent bba4f44ed1
commit 2412da8b3a
+2
View File
@@ -52,6 +52,8 @@ script:
- ulimit -c unlimited
- if [ $HOST = 'x86_64-linux-gnu' ]; then make check -j32; fi
after_failure: cat tests/test-suite.log 2>/dev/null
jobs:
include:
- <<: *linux-s390x