From 16c818b5e9b613e6804345b380c5d20486eb4d8b Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Mon, 26 Sep 2005 16:49:56 +0000 Subject: [PATCH] fix WE HAVE NO UNIVERSE --- helm/matita/scripts/profile_cvs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2