aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-06-04 10:44:07 +0000
committerGravatar courant <courant@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-06-04 10:44:07 +0000
commitf2d6c91726cefdc9860268e3e6a86a9acb50c2f6 (patch)
treefc7857b3d75af5fe12463b01bc57676e6e09cdc8 /Makefile
parentc71055b394f3f93c11cc3923e5878e45203dc881 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2752 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 48438d16b..a92321969 100644
--- a/Makefile
+++ b/Makefile
@@ -378,12 +378,9 @@ clean::
# tests
###########################################################################
-check.log: world
- cd test-suite; ./check -$(BEST) > check.log
-
-check:: check.log
- cat check.log
- grep -F 'Error!' check.log
+check:: world
+ cd test-suite; ./check -$(BEST) | tee check.log
+ grep -F 'Error!' test-suite/check.log
###########################################################################
# theories and states