Skip to content

Commit aedffe9

Browse files
szedergitster
authored andcommitted
travis-ci: run tests with '-x' tracing
Now that the test suite runs successfully with '-x' tracing even with /bin/sh, enable it on Travis CI in order to - get more information about test failures, and - catch constructs breaking '-x' with /bin/sh sneaking into our test suite. Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 94201a2 commit aedffe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lib-travisci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ fi
9797
export DEVELOPER=1
9898
export DEFAULT_TEST_TARGET=prove
9999
export GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
100-
export GIT_TEST_OPTS="--verbose-log"
100+
export GIT_TEST_OPTS="--verbose-log -x"
101101
export GIT_TEST_CLONE_2GB=YesPlease
102102

103103
case "$jobname" in

0 commit comments

Comments
 (0)