diff --git a/source4/script/tests/Samba4.pm b/source4/script/tests/Samba4.pm index ae6e6b326ca..b182d094b3a 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; }