summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2018-01-29 17:17:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-01-30 21:27:18 (GMT)
commitf63b12392aa16a8a7a68900afa906b0382345aad (patch)
tree75854fbbc82e0b0616b195d3839cea34bcef8736
parent5be1f00a9a701532232f57958efab4be8c959a29 (diff)
downloadgit-f63b12392aa16a8a7a68900afa906b0382345aad.zip
git-f63b12392aa16a8a7a68900afa906b0382345aad.tar.gz
git-f63b12392aa16a8a7a68900afa906b0382345aad.tar.bz2
travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xci/run-linux32-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run-linux32-build.sh b/ci/run-linux32-build.sh
index c19c50c..5a36a8d 100755
--- a/ci/run-linux32-build.sh
+++ b/ci/run-linux32-build.sh
@@ -26,6 +26,7 @@ test -z $HOST_UID || (CI_USER="ci" && useradd -u $HOST_UID $CI_USER) &&
# Build and test
linux32 --32bit i386 su -m -l $CI_USER -c '
+ set -x &&
cd /usr/src/git &&
ln -s /tmp/travis-cache/.prove t/.prove &&
make --jobs=2 &&