1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r21713: Redirect stderr output to stdout.

This commit is contained in:
Jelmer Vernooij 2007-03-05 23:12:50 +00:00 committed by Gerald (Jerry) Carter
parent e480beb956
commit a5000b286d

View File

@ -179,7 +179,7 @@ sub run_test_buildfarm($$$$)
my $expected_ret = 1;
my $open_tests = {};
open(RESULT, "$cmd|");
open(RESULT, "$cmd 2>&1|");
while (<RESULT>) {
print;
if (/^test: (.+)\n/) {