run-test-short: add set +x for debug 75/10075/2
authorKevin Hilman <khilman@baylibre.com>
Thu, 6 Jul 2017 21:24:20 +0000 (21:24 +0000)
committerKevin Hilman <khilman@baylibre.com>
Thu, 6 Jul 2017 21:26:25 +0000 (21:26 +0000)
Change-Id: Id409ecaabe9320ac20424dae0559515a7bbe8ef7
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
jjb/common/include-agl-run-test-short.sh

index 1ffc6f4..1f43a16 100644 (file)
@@ -6,7 +6,7 @@
 ################################################################################
 
 
-#set -x
+set +x
 
 echo "## ${MACHINE} ##"
 cd $REPODIR
@@ -90,6 +90,7 @@ 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"`