]> matita.cs.unibo.it Git - helm.git/commitdiff
Better detection of spurious status lines.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 28 Oct 2005 20:40:47 +0000 (20:40 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 28 Oct 2005 20:40:47 +0000 (20:40 +0000)
helm/matita/scripts/profile_cvs.sh

index da60c5df88bfe7b7eff179016487ff84fe39174b..a0fb848a9a18b67f94d764005f3d8b72ec4d9c3f 100755 (executable)
@@ -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