diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-03-06 22:57:23 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-08-15 22:17:23 +0200 |
commit | f126c478a7e9a1eb2bc6ceaf9a23c76b24f65c93 (patch) | |
tree | 6b0eb5135a8bdb1ae116fed6ffe022daa8e58890 | |
parent | 1c1c5f3ccd8ec235b15d7a903e30c2a8ec03a588 (diff) |
Travis-CI: dump test-suite.log if make check fails
Gets a little difficult to debug otherwise.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |