From 85f3007ed0c7e4c926d083a1c34cda519b935507 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Fri, 7 Jul 2017 18:08:52 +0000 Subject: run-test-short: fix set -x for debug Change-Id: Idf5356fd5f86de4a0d6b4afc82ef3d4d6706f437 Signed-off-by: Kevin Hilman --- jjb/common/include-agl-run-test-short.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'jjb/common/include-agl-run-test-short.sh') diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index 1f43a16a..6897fde5 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -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"` -- cgit 1.2.3-korg