From: Daniel Martí Date: Sun, 1 Nov 2015 12:52:16 +0000 (+0100) Subject: run-tests: Don't set -x until option parsing is done X-Git-Tag: 0.5.0~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=20470556f717c9ac94df0468d47f11f7ae3e59b0;p=fdroidserver.git run-tests: Don't set -x until option parsing is done --- diff --git a/tests/run-tests b/tests/run-tests index eb144933..da6dfde7 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -1,7 +1,6 @@ #!/bin/bash set -e # quit script on error -set -x # show each command as it is executed echo_header() { { echo -e "==============================================================================\n$1"; } 2>/dev/null @@ -87,6 +86,7 @@ if [ -z $python ]; then python=python2 fi +set -x # show each command as it is executed #------------------------------------------------------------------------------# echo_header "run commit hooks"