diff options
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.pl b/source4/script/tests/selftest.pl index e75e5d2c56..8d2e0e44a8 100755 --- a/source4/script/tests/selftest.pl +++ b/source4/script/tests/selftest.pl @@ -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/) { |