diff options
Diffstat (limited to 'lib/gtest/test/gtest_output_test.py')
-rwxr-xr-x | lib/gtest/test/gtest_output_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gtest/test/gtest_output_test.py b/lib/gtest/test/gtest_output_test.py index 72b3ae0084..f409e2a78b 100755 --- a/lib/gtest/test/gtest_output_test.py +++ b/lib/gtest/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, capture_stderr=False) + p = gtest_test_utils.Subprocess(env_cmd[1], env=environ) return p.output |