Now that we have good verbosity, turn it on for Travis
authorRichard Levitte <levitte@openssl.org>
Fri, 12 Feb 2016 17:42:46 +0000 (18:42 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 12 Feb 2016 19:56:46 +0000 (20:56 +0100)
It's nearly impossible to determine what goes wrong in the tests
running there without this.

Reviewed-by: Rich Salz <rsalz@openssl.org>
.travis.yml

index cb23320d38b808af6444487c192ec5d772d109f7..8e365b3356cc689372598fca605f417c911d3ac2 100644 (file)
@@ -104,7 +104,7 @@ script:
     - if [ -n "$CROSS_COMPILE" ]; then
           export EXE_SHELL="wine" WINEPREFIX=`pwd`;
       fi
-    - make test
+    - HARNESS_VERBOSE=yes make test
     - cd ..
 
 notifications: