Skip to content

Commit f63b123

Browse files
szedergitster
authored andcommitted
travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build
Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5be1f00 commit f63b123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run-linux32-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ test -z $HOST_UID || (CI_USER="ci" && useradd -u $HOST_UID $CI_USER) &&
2626

2727
# Build and test
2828
linux32 --32bit i386 su -m -l $CI_USER -c '
29+
set -x &&
2930
cd /usr/src/git &&
3031
ln -s /tmp/travis-cache/.prove t/.prove &&
3132
make --jobs=2 &&

0 commit comments

Comments
 (0)