]> matita.cs.unibo.it Git - helm.git/commitdiff
interactive and bad_tests grepped out before insertion in the DB
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 6 Dec 2006 11:45:08 +0000 (11:45 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 6 Dec 2006 11:45:08 +0000 (11:45 +0000)
helm/software/matita/scripts/profile_svn.sh

index 70656ad1f36cebb5f51828d4bba45a1df2a4f90c..72105b2e0dedd33d08808457be82f87ec7f2e08f 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\)" | \
+cat LOG | grep "\(OK\|FAIL\)" | grep "\(gc-on\|gc-off\)" | grep -v "bad_tests" | grep -v "interactive" |\
   lua5.1 $PWD/helm/software/matita/scripts/functions.lua log2sql - > INSERT.sql
 cat INSERT.sql | $MYSQL