summaryrefslogtreecommitdiff
path: root/test/gtest_shuffle_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_shuffle_test.py')
-rwxr-xr-xtest/gtest_shuffle_test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/gtest_shuffle_test.py b/test/gtest_shuffle_test.py
index d3e5780..30d0303 100755
--- a/test/gtest_shuffle_test.py
+++ b/test/gtest_shuffle_test.py
@@ -81,8 +81,7 @@ def RunAndReturnOutput(extra_env, args):
environ_copy = os.environ.copy()
environ_copy.update(extra_env)
- return gtest_test_utils.Subprocess([COMMAND] + args, env=environ_copy,
- capture_stderr=False).output
+ return gtest_test_utils.Subprocess([COMMAND] + args, env=environ_copy).output
def GetTestsForAllIterations(extra_env, args):