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>
SZEDER Gábor committed
Jan 29, 2018 at 18:17 UTC
f63b12392aa16a8a7a68900afa906b0382345aad
1 file changed
+1
ci/run-linux32-build.sh
+1
@@ -26,6 +26,7 @@ test -z $HOST_UID || (CI_USER="ci" && useradd -u $HOST_UID $CI_USER) &&
26
27
# Build and test
28
linux32 --32bit i386 su -m -l $CI_USER -c '
29
+ set -x &&
30
cd /usr/src/git &&
31
ln -s /tmp/travis-cache/.prove t/.prove &&
32
make --jobs=2 &&