From: Claudio Sacerdoti Coen Date: Fri, 28 Oct 2005 20:40:47 +0000 (+0000) Subject: Better detection of spurious status lines. X-Git-Tag: V_0_7_2_3~170 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=9b193e984a2ab8c94e4c032c382f17c6c436938d;p=helm.git Better detection of spurious status lines. --- diff --git a/helm/matita/scripts/profile_cvs.sh b/helm/matita/scripts/profile_cvs.sh index da60c5df8..a0fb848a9 100755 --- a/helm/matita/scripts/profile_cvs.sh +++ b/helm/matita/scripts/profile_cvs.sh @@ -45,7 +45,7 @@ cvs -d $CVSROOT co helm/ocaml 1>/dev/null 2>/dev/null cvs -d $CVSROOT co helm/matita 1>/dev/null 2>/dev/null compile $PWD/helm/ocaml $PWD/helm/matita run_tests $PWD/helm/matita > LOG 2>/dev/null -cat LOG | grep -v "^.......Debug:" | grep -v "^make[1]: " | grep -v "TOTAL TIME" | grep -v "WE HAVE NO UNIVERSE" | awk -f $PWD/helm/matita/scripts/insert.awk > INSERT.sql +cat LOG | grep "\(OK\|FAIL\)" | grep "\(gc-on\|gc-off\)" | awk -f $PWD/helm/matita/scripts/insert.awk > INSERT.sql cat INSERT.sql | mysql -u helm -h mowgli.cs.unibo.it matita cd $OLD rm -rf $TMPDIRNAME