From fdae545292ef8c78140e4b8fedb25b83d8d6d5f4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 19 Apr 2007 16:37:11 +0000 Subject: r22380: get the output of the exited smbd... this shows all the memory leaks now... metze (This used to be commit 29c0b5644953ba6772f44b42cd49901127b250cd) --- source4/script/tests/Samba4.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source4/script/tests/Samba4.pm b/source4/script/tests/Samba4.pm index ae6e6b326c..b182d094b3 100644 --- a/source4/script/tests/Samba4.pm +++ b/source4/script/tests/Samba4.pm @@ -652,6 +652,8 @@ sub teardown_env($$) $self->slapd_stop($envvars) if ($self->{ldap}); + print $self->getlog_env($envvars); + return $failed; } @@ -681,6 +683,8 @@ sub check_env($$) return 1 if (-p $envvars->{SMBD_TEST_FIFO}); + print $self->getlog_env($envvars); + return 0; } -- cgit