summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-12 18:42:46 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-12 20:56:46 +0100
commitd1dc699ac6e5ada11b1f5baaaa1695e403dce638 (patch)
tree222397b816069c13b810a6f2db3e3578ade78501
parentd40b0622fa4d0e4e79af2abda9f51b31c3a2cba6 (diff)
Now that we have good verbosity, turn it on for Travis
It's nearly impossible to determine what goes wrong in the tests running there without this. Reviewed-by: Rich Salz <rsalz@openssl.org>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cb23320d38..8e365b3356 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: