diff options
Diffstat (limited to 'source4/script/tests/selftest.pl')
-rwxr-xr-x | source4/script/tests/selftest.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.pl b/source4/script/tests/selftest.pl index d3a7f217ab..86c00ac946 100755 --- a/source4/script/tests/selftest.pl +++ b/source4/script/tests/selftest.pl @@ -313,7 +313,7 @@ Behaviour: --one abort when the first test fails --immediate print test output for failed tests during run --verbose be verbose - --analyse-cmd CMD command to run after each test + --analyse-cmd CMD command to run after each test "; exit(0); } @@ -346,6 +346,7 @@ my $tests = shift; # quick hack to disable rpc validation when using valgrind - its way too slow unless (defined($ENV{VALGRIND})) { $ENV{VALIDATE} = "validate"; + $ENV{MALLOC_CHECK_} = 2; } my $old_pwd = "$RealBin/../.."; |