svn commit: samba r21713 - in branches/SAMBA_4_0: . source/script/tests

jelmer at samba.org jelmer at samba.org
Mon Mar 5 23:12:51 GMT 2007


Author: jelmer
Date: 2007-03-05 23:12:50 +0000 (Mon, 05 Mar 2007)
New Revision: 21713

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

Log:
Redirect stderr output to stdout.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/script/tests/selftest.pl


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:merge
...skipped...

Modified: branches/SAMBA_4_0/source/script/tests/selftest.pl
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.pl	2007-03-05 23:01:41 UTC (rev 21712)
+++ branches/SAMBA_4_0/source/script/tests/selftest.pl	2007-03-05 23:12:50 UTC (rev 21713)
@@ -179,7 +179,7 @@
 
 	my $expected_ret = 1;
 	my $open_tests = {};
-	open(RESULT, "$cmd|");
+	open(RESULT, "$cmd 2>&1|");
 	while (<RESULT>) { 
 		print;
 		if (/^test: (.+)\n/) {



More information about the samba-cvs mailing list