Skip to content

Commit 041c72d

Browse files
peffgitster
authored andcommitted
travis: use --verbose-log test option
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 452320f commit 041c72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
- LINUX_GIT_LFS_VERSION="1.2.0"
3030
- DEFAULT_TEST_TARGET=prove
3131
- GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
32-
- GIT_TEST_OPTS="--verbose --tee"
32+
- GIT_TEST_OPTS="--verbose-log"
3333
- GIT_TEST_CLONE_2GB=YesPlease
3434
# t9810 occasionally fails on Travis CI OS X
3535
# t9816 occasionally fails with "TAP out of sequence errors" on Travis CI OS X

0 commit comments

Comments
 (0)