From f126c478a7e9a1eb2bc6ceaf9a23c76b24f65c93 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 6 Mar 2021 22:57:23 +0100 Subject: Travis-CI: dump test-suite.log if make check fails Gets a little difficult to debug otherwise. Signed-off-by: David Oberhollenzer --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1a6656..ef56b39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ script: - ./autogen.sh - ./configure $CONFIG_OPTS - make - - make check + - make check || (cat ./test-suite.log; false) matrix: include: -- cgit v1.2.3