1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r22380: get the output of the exited smbd...

this shows all the memory leaks now...

metze
(This used to be commit 29c0b56449)
This commit is contained in:
Stefan Metzmacher 2007-04-19 16:37:11 +00:00 committed by Gerald (Jerry) Carter
parent b0ddff0324
commit fdae545292

View File

@ -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;
}