]> git.ipfire.org Git - thirdparty/git.git/commitdiff
travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 29 Jan 2018 17:17:09 +0000 (18:17 +0100)
committerJunio 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

index c19c50c1c9a57c14c07ffe4f5a061bb764e51aeb..5a36a8d7c05721f8b6082be28f9b09f4109153a4 100755 (executable)
@@ -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 &&