diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-02-04 14:28:30 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-02-04 23:48:43 +0100 |
commit | 020d7553ea83e903929afaa61560f432285d7315 (patch) | |
tree | 9721c46b583ff8b9caa05e384425869bb5a2524e /.travis.yml | |
parent | 90deae35fed78b5c617489e1dfc9506181b27d4b (diff) | |
download | gnutls-020d7553ea83e903929afaa61560f432285d7315.tar.gz |
.travis.yml: list all logs on failuretmp-travis7-fix
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d5ece95ad2..309c083e3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,3 +25,7 @@ script: - PATH=/usr/local/opt/gettext/bin:$PATH ./configure --disable-full-test-suite --disable-valgrind-tests --disable-doc --disable-guile --disable-dependency-tracking - make -j$(sysctl -n hw.ncpu) - make -j$(sysctl -n hw.ncpu) check gl_public_submodule_commit= + +after_failure: + - for i in tests/*.log;do echo "" && echo $i && cat $i;done + |