Remove the set -x and print JOB_URL prominently.
Change-Id: I81b2283557e5b2ca5ca7815adb43f4e930250357
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
# Printing the job URL in the log
echo "THe job id is: ${job_id}"
JOB_URL="${url}scheduler/job/${job_id}"
-echo "Submitted as job: $JOB_URL"
-set -x
+echo ""
+echo ""
+echo "Submitted as job: $JOB_URL"
+echo ""
+echo "####################################################"
+echo ""
#
# LAVA job details, get job status from lavacli output
#