SPEC-2703: fix a typo on TESTNAME 84/22484/1
authorCorentin LABBE <clabbe@baylibre.com>
Mon, 23 Sep 2019 08:17:10 +0000 (10:17 +0200)
committerCorentin LABBE <clabbe@baylibre.com>
Mon, 23 Sep 2019 08:17:10 +0000 (10:17 +0200)
TESTNAME was mispelled in the debug output.

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

index a0a261b..f42d4e0 100644 (file)
@@ -117,10 +117,10 @@ handle_skiplist() {
                # Check if fail are "normal/accepted"
                TESTNAME=$(echo "$testline" | cut -d' ' -f2)
                if [ -z "$(grep $TESTNAME $SKIPLIST)" ];then
-                       echo "DEBUG: $TESNAME not in skiplist"
+                       echo "DEBUG: $TESTNAME not in skiplist"
                        GOODJOB=0
                else
-                       echo "DEBUG: $TESNAME in skiplist"
+                       echo "DEBUG: $TESTNAME in skiplist"
                fi
        done < job-result.fail
        # clean skiplist