Rev 11676: Redirect stderr output to stdout. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Mon Mar 5 23:09:50 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11676
revision-id: jelmer at samba.org-20070305230937-90mbmmucfbnnh5qs
parent: svn-v2:21712 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Tue 2007-03-06 00:09:37 +0100
message:
  Redirect stderr output to stdout.
modified:
  source/script/tests/selftest.pl svn-v2:20693 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fscript%2ftests%2fselftest.pl
=== modified file 'source/script/tests/selftest.pl'
--- a/source/script/tests/selftest.pl	2007-03-05 22:24:21 +0000
+++ b/source/script/tests/selftest.pl	2007-03-05 23:09:37 +0000
@@ -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