Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
that was failing and launching address for every sanitizer ...
authorAugustin Degomme <adegomme@gmail.com>
Thu, 16 Jul 2020 07:13:09 +0000 (09:13 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Thu, 16 Jul 2020 07:13:09 +0000 (09:13 +0200)
tools/jenkins/Sanitizers.sh

index 87d5aba..5425f60 100755 (executable)
@@ -79,7 +79,7 @@ cmake -Denable_documentation=OFF -Denable_lua=ON -Denable_java=OFF \
       -Denable_jedule=ON -Denable_mallocators=OFF \
       -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_model-checking=OFF \
       -Denable_memcheck=OFF -Denable_memcheck_xml=OFF -Denable_smpi_ISP_testsuite=ON -Denable_coverage=OFF\
-      -Denable_fortran=OFF -Denable_python=OFF -DLTO_EXTRA_FLAG="auto" "${SANITIZER_OPTIONS}" "$WORKSPACE"
+      -Denable_fortran=OFF -Denable_python=OFF -DLTO_EXTRA_FLAG="auto" ${SANITIZER_OPTIONS} "$WORKSPACE"
 
 make -j$NUMPROC tests
 ctest --no-compress-output -D ExperimentalTest || true