We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run_tests.py
1 parent 62cc20e commit da8b2f9Copy full SHA for da8b2f9
scripts/run_tests.py
@@ -31,7 +31,7 @@ def __init__(self):
31
self.__ppc_env = None
32
self.work_dir = None
33
34
- self.valgrind_cmd = "valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all"
+ self.valgrind_cmd = "valgrind --leak-check=full --show-leak-kinds=definite --error-exitcode=1"
35
36
if platform.system() == "Windows":
37
self.mpi_exec = "mpiexec"
0 commit comments