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 commit is contained in:
parent
893b6f56b6
commit
29c0b56449
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user