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>
This commit is contained in:
Richard Levitte 2016-02-12 18:42:46 +01:00
parent d40b0622fa
commit d1dc699ac6

View 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: