diff options
Diffstat (limited to 'selftest/selftest.py')
-rwxr-xr-x | selftest/selftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.py b/selftest/selftest.py index 2da1ef8ff63..8a1999a4405 100755 --- a/selftest/selftest.py +++ b/selftest/selftest.py @@ -153,7 +153,7 @@ tests = args # quick hack to disable rpc validation when using valgrind - it is way too slow if not os.environ.get("VALGRIND"): os.environ["VALIDATE"] = "validate" - os.environ["MALLOC_CHECK_"] = "2" + os.environ["MALLOC_CHECK_"] = "3" # make all our python scripts unbuffered os.environ["PYTHONUNBUFFERED"] = "1" |