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:
parent
e480beb956
commit
a5000b286d
@ -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/) {
|
||||
|
Loading…
Reference in New Issue
Block a user