X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fscripts%2Fprofile_svn.sh;h=4c415e0d32198b15837c67a1cbdff20ab845cddb;hb=f6f34ee631ff2e5aeb8d1a3b78b72f4034c69748;hp=41b0dbf2614264eea5d3ca8bc3e2b7da255e6f33;hpb=4bb915da0f087a8f2801e6857faa7d73012f8261;p=helm.git diff --git a/helm/software/matita/scripts/profile_svn.sh b/helm/software/matita/scripts/profile_svn.sh index 41b0dbf26..4c415e0d3 100755 --- a/helm/software/matita/scripts/profile_svn.sh +++ b/helm/software/matita/scripts/profile_svn.sh @@ -11,7 +11,7 @@ SVNLOG=LOG.svn function testit { LOGTOOPT=/dev/null LOGTOBYTE=/dev/null - export BENCH_EXTRA_TEXT="$MARK\t$@" + export BENCH_EXTRA_TEXT="$MARK $@" make tests make tests.opt } @@ -59,6 +59,7 @@ ln -s trunk/helm . #compile export HOME="`pwd`/../$TMPDIRNAME.HOME" +export USER="bench" compile $PWD/helm/software/ #run @@ -66,7 +67,7 @@ run_tests $PWD/helm/software/matita > LOG 2>LOG.run_tests.err #insert the db cat LOG | grep "\(OK\|FAIL\)" | grep "\(gc-on\|gc-off\)" | \ - $PWD/helm/software/matita/scripts/functions.lua log2sql - > INSERT.sql + lua5.1 $PWD/helm/software/matita/scripts/functions.lua log2sql - > INSERT.sql cat INSERT.sql | $MYSQL #save the revision