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, 2 insertions, 1 deletions
diff --git a/test/gtest_shuffle_test.py b/test/gtest_shuffle_test.py
index 30d0303..d3e5780 100755
--- a/test/gtest_shuffle_test.py
+++ b/test/gtest_shuffle_test.py
@@ -81,7 +81,8 @@ 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).output
+ return gtest_test_utils.Subprocess([COMMAND] + args, env=environ_copy,
+ capture_stderr=False).output
def GetTestsForAllIterations(extra_env, args):