diff options
Diffstat (limited to 'test/gtest_output_test.py')
| -rwxr-xr-x | test/gtest_output_test.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/gtest_output_test.py b/test/gtest_output_test.py index f409e2a7..72b3ae00 100755 --- a/test/gtest_output_test.py +++ b/test/gtest_output_test.py @@ -213,7 +213,7 @@ def GetShellCommandOutput(env_cmd):    # Set and save the environment properly.    environ = os.environ.copy()    environ.update(env_cmd[0]) -  p = gtest_test_utils.Subprocess(env_cmd[1], env=environ) +  p = gtest_test_utils.Subprocess(env_cmd[1], env=environ, capture_stderr=False)    return p.output | 
