From cc1b83979b9978fb2979ae8cda86daddaa62badb Mon Sep 17 00:00:00 2001 From: barras Date: Fri, 10 Oct 2003 15:42:22 +0000 Subject: changement nouvelle syntaxe (pt fixes) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4559 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite') diff --git a/test-suite/check b/test-suite/check index aa6bef1ebc..3a10d0e163 100755 --- a/test-suite/check +++ b/test-suite/check @@ -82,7 +82,7 @@ test_parser() { printf " "$f"..." tmpoutput=`mktemp /tmp/coqcheck.XXXXXX` foutput=`dirname $f`/`basename $f .v`.out - echo "parse_file 1 \"$f\"" | ../bin/parser > $tmpoutput 2>&1 + echo "parse_file 1 \"$f\"" | ../bin/parser -v7 > $tmpoutput 2>&1 perl -ne 'if(/Starting.*Parser Loop/){$printit = 1};print if $printit' \ $tmpoutput | diff - $foutput > /dev/null if [ $? = 0 ] ; then -- cgit v1.2.3