mirror of https://github.com/CGAL/cgal
remove "and" from regex for blue testsuite boxes
This commit is contained in:
parent
70ad367964
commit
caa8c7473e
|
|
@ -60,7 +60,7 @@ print_testresult()
|
||||||
RESULT="t"
|
RESULT="t"
|
||||||
fi
|
fi
|
||||||
else
|
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
|
then
|
||||||
RESULT="r"
|
RESULT="r"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue