diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-09-15 20:11:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:46 -0500 |
commit | 020683680c8999b7e53ed39f9e8c5ff692989d21 (patch) | |
tree | 42a5b185906692a2f3cbd1fe67485c23a5d547f8 /source4/selftest/output | |
parent | 540caf7ea691874436ddfaf440f4b0714e592dce (diff) | |
download | samba-020683680c8999b7e53ed39f9e8c5ff692989d21.tar.gz samba-020683680c8999b7e53ed39f9e8c5ff692989d21.tar.bz2 samba-020683680c8999b7e53ed39f9e8c5ff692989d21.zip |
r25182: don't hide the envlog in plain mode
metze
(This used to be commit 77050171ae1c8157ff2c7722fb0b046efb82411d)
Diffstat (limited to 'source4/selftest/output')
-rw-r--r-- | source4/selftest/output/plain.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/output/plain.pm b/source4/selftest/output/plain.pm index 5cd8e076cb..d52c4846c0 100644 --- a/source4/selftest/output/plain.pm +++ b/source4/selftest/output/plain.pm @@ -61,6 +61,8 @@ sub end_testsuite($$$$$) my ($self, $state, $expected_ret, $ret, $envlog) = @_; my $out = ""; + $self->output_msg($state, "ENVLOG: $envlog\n") if ($envlog ne ""); + if ($ret != $expected_ret) { $self->output_msg($state, "ERROR: $ret\n"); } |