summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/script/tests/Samba4.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/script/tests/Samba4.pm b/source4/script/tests/Samba4.pm
index ae6e6b326c..b182d094b3 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;
}