From d57649ce0a252a36213145912b7c59e9ef96dd36 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 12 Jul 2005 10:10:17 +0000 Subject: [PATCH] Benchmark fixed. It was broken by the change in the handling of matita.conf.xml* --- helm/matita/scripts/profile_cvs.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.2