run-test-short: fix set -x for debug 13/10113/1
authorKevin Hilman <khilman@baylibre.com>
Fri, 7 Jul 2017 18:08:52 +0000 (18:08 +0000)
committerKevin Hilman <khilman@baylibre.com>
Fri, 7 Jul 2017 18:08:52 +0000 (18:08 +0000)
Change-Id: Idf5356fd5f86de4a0d6b4afc82ef3d4d6706f437
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
jjb/common/include-agl-run-test-short.sh

index 1f43a16..6897fde 100644 (file)
@@ -6,7 +6,7 @@
 ################################################################################
 
 
-set +x
+set -x
 
 echo "## ${MACHINE} ##"
 cd $REPODIR
@@ -90,7 +90,6 @@ lava-tool submit-job --block https://agl-jenkins-user@lava.automotivelinux.org t
 MYJOB=`cat .myjob | grep "submitted as job" | sed -e "s#submitted as job id: ##g"`
 
 echo "#### JOBID: $MYJOB #####"
-set -x
 
 ( lava-tool job-status https://agl-jenkins-user@lava.automotivelinux.org $MYJOB | tee .status ) || true
 STATUS=`grep "Job Status:" .status | sed -e "s#Job Status: ##g"`