TESTNAME was mispelled in the debug output.
Change-Id: I068da47c52626672f6e307349e95e03d3b7b20c3
Bug-AGL: SPEC-2703
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
# 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