]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/scripts/profile_svn.sh
...
[helm.git] / helm / software / matita / scripts / profile_svn.sh
index 0d23914c81104f4a79aeb72dce0f9c28410cd915..8a77eae00f9a7b6f45318cb235308fc1c149dc34 100755 (executable)
@@ -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