From: Enrico Tassi Date: Tue, 13 Dec 2005 14:23:56 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~8004 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=bfa6163644fb77d3a207f34712c46f8ac3c7b585;p=helm.git fix --- diff --git a/helm/matita/scripts/profile_cvs.sh b/helm/matita/scripts/profile_cvs.sh index 1acc790e4..212449a31 100755 --- a/helm/matita/scripts/profile_cvs.sh +++ b/helm/matita/scripts/profile_cvs.sh @@ -40,11 +40,15 @@ function run_tests { OLD=$PWD rm -rf $TMPDIRNAME mkdir $TMPDIRNAME +mkdir $TMPDIRNAME.HOME cd $TMPDIRNAME cvs -d $CVSROOT co helm/ocaml 1>/dev/null 2>/dev/null cvs -d $CVSROOT co helm/matita 1>/dev/null 2>/dev/null + +export HOME="$TMPDIRNAME.HOME" compile $PWD/helm/ocaml $PWD/helm/matita run_tests $PWD/helm/matita > LOG 2>/dev/null + 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