Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable python tests with valgrind.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 27 Jan 2020 15:08:36 +0000 (16:08 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 27 Jan 2020 15:08:36 +0000 (16:08 +0100)
That's too much inexplicable noise.

tools/jenkins/DynamicAnalysis.sh

index e28143c..b55d5c4 100755 (executable)
@@ -49,7 +49,7 @@ cd $WORKSPACE/build
 ### Proceed with the tests
 ctest -D ExperimentalStart || true
 
-cmake -Denable_documentation=OFF -Denable_lua=OFF  \
+cmake -Denable_documentation=OFF -Denable_lua=OFF -Denable_python=OFF \
       -Denable_compile_optimizations=OFF -Denable_compile_warnings=ON \
       -Denable_jedule=OFF -Denable_mallocators=OFF \
       -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_model-checking=OFF \