remove "and" from regex for blue testsuite boxes

This commit is contained in:
Jane Tournois 2021-10-29 11:24:17 +02:00 committed by Sébastien Loriot
parent 70ad367964
commit caa8c7473e
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ print_testresult()
RESULT="t"
fi
else
if grep -E -q 'NOTICE: .*(need|require|incompatible).*and.*will not be' CompilerOutput_$1
if grep -E -q 'NOTICE: .*(need|require|incompatible).*will not be' CompilerOutput_$1
then
RESULT="r"
else