Skip to content
Snippets Groups Projects
Commit 29ffb116 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: fix on the pass pattern for basic simulator

parent 5df3d10d
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment