summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2018-02-23 23:39:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-02-28 20:57:51 (GMT)
commitaedffe9525084e3fcea251c8dd453c14deab6f4d (patch)
tree3bcfa810a582c594a623048a6b4b67d9e871c6c6 /ci
parent94201a2b0035f441a9172d4cedbef59293247895 (diff)
downloadgit-aedffe9525084e3fcea251c8dd453c14deab6f4d.zip
git-aedffe9525084e3fcea251c8dd453c14deab6f4d.tar.gz
git-aedffe9525084e3fcea251c8dd453c14deab6f4d.tar.bz2
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 <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/lib-travisci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lib-travisci.sh b/ci/lib-travisci.sh
index 1efee55..109ef28 100755
--- a/ci/lib-travisci.sh
+++ b/ci/lib-travisci.sh
@@ -97,7 +97,7 @@ fi
export DEVELOPER=1
export DEFAULT_TEST_TARGET=prove
export GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
-export GIT_TEST_OPTS="--verbose-log"
+export GIT_TEST_OPTS="--verbose-log -x"
export GIT_TEST_CLONE_2GB=YesPlease
case "$jobname" in