]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/scripts/profile_svn.sh
mod change (-x)
[helm.git] / helm / software / matita / scripts / profile_svn.sh
old mode 100755 (executable)
new mode 100644 (file)
index 0d23914..c0eb466
@@ -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