My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be1f00
)
travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build
author
SZEDER Gábor
<szeder.dev@gmail.com>
Mon, 29 Jan 2018 17:17:09 +0000
(18:17 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 30 Jan 2018 21:27:18 +0000
(13:27 -0800)
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/run-linux32-build.sh
patch
|
blob
|
history
diff --git
a/ci/run-linux32-build.sh
b/ci/run-linux32-build.sh
index
c19c50c
..
5a36a8d
100755
(executable)
--- 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 &&