X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fscripts%2Fprofile_svn.sh;h=c0eb466a5caf4da8814ef16c9e6edce6748a77bf;hb=5e72e41f4f86814e56d4b00959ccc56c71042a4c;hp=0d23914c81104f4a79aeb72dce0f9c28410cd915;hpb=7b7695bad7e3e2fb5867860f20845edcbc0f77fe;p=helm.git diff --git a/helm/software/matita/scripts/profile_svn.sh b/helm/software/matita/scripts/profile_svn.sh index 0d23914c8..c0eb466a5 100755 --- a/helm/software/matita/scripts/profile_svn.sh +++ b/helm/software/matita/scripts/profile_svn.sh @@ -13,7 +13,7 @@ function testit { LOGTOBYTE=/dev/null export BENCH_EXTRA_TEXT="$MARK $@" make tests.opt - make tests + #make tests } function compile { @@ -66,7 +66,7 @@ compile $PWD/helm/software/ 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\)" | grep -v "bad_tests" | grep -v "interactive" |\ +cat LOG | grep "\(OK\|FAIL\)" | grep "\(gc-on\|gc-off\)" | grep -v "bad_tests" | grep "^matitac" | grep -v "interactive" |\ lua5.1 $PWD/helm/software/matita/scripts/functions.lua log2sql - > INSERT.sql cat INSERT.sql | $MYSQL