travis: use --verbose-log test option
authorJeff King <peff@peff.net>
Fri, 21 Oct 2016 10:48:12 +0000 (06:48 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2016 16:59:31 +0000 (09:59 -0700)
Because we run the tests via "prove", the output from
"--verbose" may interfere with our TAP output. Using
"--verbose-log" solves this while letting us retain our
on-disk log.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.travis.yml
index adab5b89bba7b41a07a2a000dddbd4496ba7c7d3..35f0fcb183fb5ff2e735d5af9d3aec45a55131ba 100644 (file)
@@ -29,7 +29,7 @@ env:
     - LINUX_GIT_LFS_VERSION="1.2.0"
     - DEFAULT_TEST_TARGET=prove
     - GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
-    - GIT_TEST_OPTS="--verbose --tee"
+    - GIT_TEST_OPTS="--verbose-log"
     - GIT_TEST_CLONE_2GB=YesPlease
     # t9810 occasionally fails on Travis CI OS X
     # t9816 occasionally fails with "TAP out of sequence errors" on Travis CI OS X