diff options
author | courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-07-15 15:05:48 +0000 |
---|---|---|
committer | courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2002-07-15 15:05:48 +0000 |
commit | cb9a9111b8b3b5d2b5a3c42fbe042eb38e80c3af (patch) | |
tree | 81aae8860f5cc0f27e40190bf06d83c2ec209190 /Makefile | |
parent | acf2cbad0487ef2df863e193a06c7769f5da06f3 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |