mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +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:
committed by
Gerald (Jerry) Carter
parent
b0ddff0324
commit
fdae545292
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user