aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-07-15 15:05:48 +0000
committerGravatar courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-07-15 15:05:48 +0000
commitcb9a9111b8b3b5d2b5a3c42fbe042eb38e80c3af (patch)
tree81aae8860f5cc0f27e40190bf06d83c2ec209190 /Makefile
parentacf2cbad0487ef2df863e193a06c7769f5da06f3 (diff)
code retour de make check
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2872 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23cbd5b6b..0aed3342f 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