]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/profile_svn.sh
more fix
[helm.git] / helm / matita / scripts / profile_svn.sh
index 6265e4d9d1bdbf1e536c23d9f0e392fb82fb3449..2527d920304d6b854f4e02c7f88697f7156e966e 100755 (executable)
@@ -42,18 +42,23 @@ rm -rf $TMPDIRNAME
 mkdir $TMPDIRNAME
 mkdir $TMPDIRNAME.HOME
 cd $TMPDIRNAME
-svn co -N $SVNROOT
+
+#svn
+svn co -N $SVNROOT > LOG.svn 2>&1
 cd trunk 
-svn update -N helm
+svn update -N helm >> LOG.svn 2>&1
 cd helm
-svn update ocaml
-svn update matita
+svn update ocaml >> LOG.svn 2>&1
+svn update matita >> LOG.svn 2>&1
 cd ..
 cd ..
 ln -s trunk/helm .
 
+#compile
 export HOME="`pwd`/../$TMPDIRNAME.HOME"
 compile $PWD/helm/ocaml $PWD/helm/matita
+
+#run
 run_tests $PWD/helm/matita > LOG 2>/dev/null
 
 cat LOG | grep "\(OK\|FAIL\)" | grep "\(gc-on\|gc-off\)" | awk -f $PWD/helm/matita/scripts/insert.awk > INSERT.sql