jjb/common/include-agl-lava-jobs-submit.sh: add a missing then 02/21202/3
authorCorentin LABBE <clabbe@baylibre.com>
Tue, 30 Apr 2019 11:22:10 +0000 (13:22 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 30 Apr 2019 11:28:36 +0000 (11:28 +0000)
this patch adds a missing "then"

Change-Id: Iaddfc12597864e3ba35a12baa6b0716660d969b3
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
jjb/common/include-agl-lava-jobs-submit.sh

index 30f11ee..7b28ed4 100644 (file)
@@ -38,7 +38,7 @@ echo "Submitted as job: $JOB_URL"
 # If the job didn't finish after JOB_TIMEOUT, will exit and display
 # an error message
 # example: lava-slave crash
-if [ -z $JOB_TIMEOUT ]
+if [ -z $JOB_TIMEOUT ]; then
        # if the JOB_TIMEOUT is not set, it's 1 hour by default
        JOB_TIMEOUT=360
 fi