summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-19 16:37:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:11 -0500
commitfdae545292ef8c78140e4b8fedb25b83d8d6d5f4 (patch)
tree52796c1e571514a6f8cc735d3b88d2b7a487c892
parentb0ddff0324daf349fa3f779d1bdf96f8c1709462 (diff)
downloadsamba-fdae545292ef8c78140e4b8fedb25b83d8d6d5f4.tar.gz
samba-fdae545292ef8c78140e4b8fedb25b83d8d6d5f4.tar.bz2
samba-fdae545292ef8c78140e4b8fedb25b83d8d6d5f4.zip
r22380: get the output of the exited smbd...
this shows all the memory leaks now... metze (This used to be commit 29c0b5644953ba6772f44b42cd49901127b250cd)
-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;
}