From: Ivan Maidanski Date: Tue, 7 Mar 2017 15:24:23 +0000 (+0300) Subject: Travis CI: Output gctest.log content X-Git-Tag: v7.4.6~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a27cc3ff051573a1b3ac4d551afa43037d3c6052;p=gc Travis CI: Output gctest.log content (Cherry-pick commit 6738fe3 from 'master' branch.) --- diff --git a/.travis.yml b/.travis.yml index 95f3c9dc..fe291415 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,3 +58,4 @@ script: - ./configure $CONF_OPTIONS - cat include/config.h - make -j check CFLAGS_EXTRA="$CFLAGS_EXTRA" + - if [ -f gctest.log ]; then cat gctest.log; fi