]> AND Public Git Repository - simgrid.git/blobdiff - tools/jenkins/Sanitizers.sh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Yell when there is an exception, not when there isn't
[simgrid.git] / tools / jenkins / Sanitizers.sh
index 99806e2c7a6010aa29701ca83b50ab55b539d036..b41839a00a013b8ef8f34b40e91431d2db4375d9 100755 (executable)
@@ -28,6 +28,7 @@ fi
 
 if [ "${SANITIZER}" = "address" ]
 then
+    export ASAN_OPTIONS="suppressions=$WORKSPACE/tools/sanitizers.supp"
     SANITIZER_OPTIONS="-Denable_address_sanitizer=ON -Denable_undefined_sanitizer=OFF -Denable_thread_sanitizer=OFF"
 elif [ "${SANITIZER}" = "thread" ]
 then