Commit 29ffb116 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fix on the pass pattern for basic simulator

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 5df3d10d
...@@ -220,7 +220,7 @@ do ...@@ -220,7 +220,7 @@ do
fi fi
if [ "$LOG_PATTERN" == "basic_simulator" ] if [ "$LOG_PATTERN" == "basic_simulator" ]
then then
PASS_PATTERN="Built target lte-" PASS_PATTERN="lte-"
fi fi
LOCAL_STAT=`egrep -c "Built target $PASS_PATTERN" $FULLFILE` LOCAL_STAT=`egrep -c "Built target $PASS_PATTERN" $FULLFILE`
if [ $LOCAL_STAT -eq 0 ]; then STATUS=-1; fi if [ $LOCAL_STAT -eq 0 ]; then STATUS=-1; fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment