From: Enrico Tassi Date: Mon, 26 Sep 2005 16:49:56 +0000 (+0000) Subject: fix WE HAVE NO UNIVERSE X-Git-Tag: V_0_7_2_3~303 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=16c818b5e9b613e6804345b380c5d20486eb4d8b;p=helm.git fix WE HAVE NO UNIVERSE --- diff --git a/helm/matita/scripts/profile_cvs.sh b/helm/matita/scripts/profile_cvs.sh index 226d4fd43..dc6c5215b 100755 --- a/helm/matita/scripts/profile_cvs.sh +++ b/helm/matita/scripts/profile_cvs.sh @@ -46,7 +46,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" | awk -f $PWD/helm/matita/scripts/insert.awk > INSERT.sql +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 INSERT.sql | mysql -u helm -h mowgli.cs.unibo.it matita cd $OLD rm -rf $TMPDIRNAME