]> granicus.if.org Git - gc/commitdiff
Travis CI: Output gctest.log content
authorIvan Maidanski <ivmai@mail.ru>
Tue, 7 Mar 2017 15:24:23 +0000 (18:24 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 9 Apr 2017 14:49:48 +0000 (17:49 +0300)
(Cherry-pick commit 6738fe3 from 'master' branch.)

.travis.yml

index 95f3c9dc723c900f0487fd2b66f5718c95fbd763..fe291415eac204ddba751df92ae5b0cb6497c877 100644 (file)
@@ -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