Commit d1dc699a authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent d40b0622
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: