1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

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

this shows all the memory leaks now...

metze
(This used to be commit 29c0b5644953ba6772f44b42cd49901127b250cd)
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;
}