From 899d106811d830a9195e5e02a3f136a8a587ccde Mon Sep 17 00:00:00 2001 From: pboutill Date: Wed, 17 Oct 2012 22:39:11 +0000 Subject: Fix test-suite output/* in bench git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15906 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'test-suite') diff --git a/test-suite/Makefile b/test-suite/Makefile index beea5d94a6..8008cac00f 100644 --- a/test-suite/Makefile +++ b/test-suite/Makefile @@ -268,7 +268,6 @@ $(addsuffix .log,$(wildcard output/*.v)): %.v.log: %.v | grep -v "Welcome to Coq" \ | grep -v "\[Loading ML file" \ | grep -v "Skipping rcfile loading" \ - | tail -n +2 \ > $$tmpoutput; \ diff -u $*.out $$tmpoutput 2>&1; R=$$?; times; \ if [ $$R = 0 ]; then \ -- cgit v1.2.3