[master] bf55b2fcd Just use VERBOSE=1

Federico G. Schwindt fgsch at lodoss.net
Thu Mar 7 01:16:07 UTC 2019


commit bf55b2fcdb544bb8c2c95a992e3111123c820723
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Mar 7 01:15:29 2019 +0000

    Just use VERBOSE=1

diff --git a/.travis.yml b/.travis.yml
index 81cec4d2b..93331c5de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,18 +51,7 @@ before_install:
 script:
   - |
     if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
-      make -j3 distcheck
+      make -j3 distcheck VERBOSE=1
     else
       make -j3 check VERBOSE=1
     fi
-    err=$?
-    if [[ $err -ne 0 ]] ; then
-      for f in $(find . -name test-suite.log); do
-        if ! grep -E '(ERROR|FAIL):.*[1-9]' $f >/dev/null ; then continue ; fi
-        echo ----------------------------------------------------------------------------
-        echo $f
-        echo ----------------------------------------------------------------------------
-        cat $f
-      done
-    fi
-    exit $err


More information about the varnish-commit mailing list