aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-02-23 21:12:55 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2015-02-26 22:30:56 +0000
commitbdc6359a68dc1b182bb94f78476faaa5487f1756 (patch)
treed52338c2b4de798ca8cb21149c94102a7f2d60c6 /scripts
parentc0ff811fba152b447db276bf097a813d227d7648 (diff)
Call test-backport.sh with -x to help debug Jenkins logs.
Change-Id: I050a210c876be885e987f9f54f6f8dbe2f4b3ddf
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/Backport.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Backport.job b/scripts/Backport.job
index 2bb0ee37..9be9c860 100755
--- a/scripts/Backport.job
+++ b/scripts/Backport.job
@@ -54,7 +54,7 @@ $CONFIG_SHELL ${abe_dir}/configure --enable-schroot-test --with-local-snapshots=
if test x"${GERRIT_TOPIC}" != x; then
gcc_branch="gcc.git~${GERRIT_TOPIC}"
fi
-$CONFIG_SHELL ${abe_dir}/test-backport.sh --target ${target} ${gcc_branch}
+$CONFIG_SHELL -x ${abe_dir}/test-backport.sh --target ${target} ${gcc_branch}
# force a failure of abe has build problems.
if test $? -gt 0; then