mirror of
https://github.com/google/googletest.git
synced 2025-12-13 18:54:14 +08:00
Misc small updates to some debug death code, and to messages streaming to macros
This commit is contained in:
@@ -67,7 +67,8 @@ def GetFlag(flag):
|
||||
args = [COMMAND]
|
||||
if flag is not None:
|
||||
args += [flag]
|
||||
return gtest_test_utils.Subprocess(args, env=environ).output
|
||||
return gtest_test_utils.Subprocess(args, env=environ,
|
||||
capture_stderr=False).output
|
||||
|
||||
|
||||
def TestFlag(flag, test_val, default_val):
|
||||
|
||||
Reference in New Issue
Block a user