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"
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue