Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actually, we run tests to see the problems when they exist
[simgrid.git] / buildtools / pipol / MemCheck.sh
index 7d5137b..d065819 100755 (executable)
@@ -11,7 +11,7 @@ fi
 cd ./pipol/$PIPOL_HOST
 
 export GIT_SSL_NO_VERIFY=1
-git clone git://scm.gforge.inria.fr/simgrid/simgrid.git simgrid --quiet
+git clone https://gforge.inria.fr/git/simgrid/simgrid.git
 cd simgrid
 
 perl ./buildtools/pipol/cmake.pl
@@ -28,7 +28,6 @@ fi
 #mem-check
 cmake \
 -Denable_lua=off \
--Denable_tracing=off \
 -Denable_compile_optimizations=off \
 -Denable_compile_warnings=on \
 -Denable_lib_static=off \
@@ -42,4 +41,4 @@ ctest -D ExperimentalStart
 ctest -D ExperimentalConfigure
 ctest -D ExperimentalBuild
 ctest -D ExperimentalMemCheck
-ctest -D ExperimentalSubmit
\ No newline at end of file
+ctest -D ExperimentalSubmit