Commit 41b5c224 by Miodrag Milanovic

fixing false positive

parent 4e5320c4
......@@ -17,7 +17,7 @@ if [ $? != 0 ] ; then
exit 0
fi
if grep 'Assert' result.log || grep 'failed in' result.log || grep 'fail' result.log || grep 'ERROR' result.log; then
if grep 'Assert' result.log || grep 'failed in' result.log || grep 'ERROR' result.log; then
echo FAIL > ${1}_${2}.status
else
echo PASS > ${1}_${2}.status
......
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