Changes default of --gtest_catch_exceptions to true.
This commit is contained in:
@@ -74,7 +74,7 @@ HELP_REGEX = re.compile(
|
||||
FLAG_PREFIX + r'output=.*' +
|
||||
FLAG_PREFIX + r'break_on_failure.*' +
|
||||
FLAG_PREFIX + r'throw_on_failure.*' +
|
||||
FLAG_PREFIX + r'catch_exceptions.*',
|
||||
FLAG_PREFIX + r'catch_exceptions=0.*',
|
||||
re.DOTALL)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user