Removes obsolete debug code.

This commit is contained in:
vladlosev
2012-09-06 17:09:27 +00:00
parent ff8d732cef
commit b535c1767e
4 changed files with 4 additions and 6 deletions

View File

@@ -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):