From caa8c7473ee24f37f6c99fbb71c48e68d685a514 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 29 Oct 2021 11:24:17 +0200 Subject: [PATCH] remove "and" from regex for blue testsuite boxes --- Testsuite/test/collect_cgal_testresults_from_cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testsuite/test/collect_cgal_testresults_from_cmake b/Testsuite/test/collect_cgal_testresults_from_cmake index 54b5d502ce0..f6aca34a87d 100755 --- a/Testsuite/test/collect_cgal_testresults_from_cmake +++ b/Testsuite/test/collect_cgal_testresults_from_cmake @@ -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