aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23cbd5b6b2..0aed3342f3 100644
--- a/Makefile
+++ b/Makefile
@@ -381,7 +381,7 @@ clean::
check:: world
cd test-suite; ./check -$(BEST) | tee check.log
- grep -F 'Error!' test-suite/check.log
+ if grep -F 'Error!' test-suite/check.log ; then false; fi
###########################################################################
# theories and states