svn commit: samba r25182 - in branches/SAMBA_4_0/source/selftest/output: .

metze at samba.org metze at samba.org
Sat Sep 15 20:11:28 GMT 2007


Author: metze
Date: 2007-09-15 20:11:28 +0000 (Sat, 15 Sep 2007)
New Revision: 25182

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25182

Log:
don't hide the envlog in plain mode

metze
Modified:
   branches/SAMBA_4_0/source/selftest/output/plain.pm


Changeset:
Modified: branches/SAMBA_4_0/source/selftest/output/plain.pm
===================================================================
--- branches/SAMBA_4_0/source/selftest/output/plain.pm	2007-09-15 20:09:29 UTC (rev 25181)
+++ branches/SAMBA_4_0/source/selftest/output/plain.pm	2007-09-15 20:11:28 UTC (rev 25182)
@@ -61,6 +61,8 @@
 	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");
 	}



More information about the samba-cvs mailing list