]> matita.cs.unibo.it Git - helm.git/commitdiff
No more benches without gc.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 3 Oct 2006 11:49:19 +0000 (11:49 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 3 Oct 2006 11:49:19 +0000 (11:49 +0000)
helm/software/matita/scripts/profile_svn.sh

index 4c415e0d32198b15837c67a1cbdff20ab845cddb..70656ad1f36cebb5f51828d4bba45a1df2a4f90c 100755 (executable)
@@ -29,8 +29,8 @@ function run_tests {
   LOCALOLD=$PWD
   cd $1
   ./matitaclean all
-  export OCAMLRUNPARAM='o=100000'
-  testit "gc-off"
+  #export OCAMLRUNPARAM='o=100000'
+  #testit "gc-off"
   export OCAMLRUNPARAM=''
   testit "gc-on"
   cd $LOCALOLD