X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fscripts%2Fprofile_cvs.sh;h=84398f6c688a798bfb42efcda27c7d91d7da1522;hb=d57649ce0a252a36213145912b7c59e9ef96dd36;hp=818d8a39b3db24c1b288fca4231fd34c1738ffd2;hpb=7eeb091c78da8dab3ba9812dc2a3eaeba66288d7;p=helm.git diff --git a/helm/matita/scripts/profile_cvs.sh b/helm/matita/scripts/profile_cvs.sh index 818d8a39b..84398f6c6 100755 --- a/helm/matita/scripts/profile_cvs.sh +++ b/helm/matita/scripts/profile_cvs.sh @@ -21,8 +21,8 @@ function compile { cd $2 autoconf 1>/dev/null ./configure 1>/dev/null + cp matita.conf.xml.sample matita.conf.xml make all opt 1>/dev/null - sed "s/@@OWNER@@/profiler/" matita.conf.xml.sample > matita.conf.xml cd $LOCALOLD } @@ -49,5 +49,4 @@ run_tests $PWD/helm/matita > LOG 2>/dev/null cat LOG | grep -v "^.......Debug:" | awk -f $PWD/helm/matita/scripts/insert.awk > INSERT.sql cat INSERT.sql | mysql -u helm -h mowgli.cs.unibo.it matita cd $OLD -rm -rf $TMPDIRNAME - +#rm -rf $TMPDIRNAME