mirror of
https://github.com/google/googletest.git
synced 2025-04-06 14:05:02 +00:00
Fixes the broken gtest_break_on_failure_unittest.py.
This commit is contained in:
parent
42abea350d
commit
c8a0482c0b
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ import unittest
|
|||
|
||||
# Constants.
|
||||
|
||||
IS_WINDOWS = os.name == 'nt'
|
||||
|
||||
# The environment variable for enabling/disabling the break-on-failure mode.
|
||||
BREAK_ON_FAILURE_ENV_VAR = 'GTEST_BREAK_ON_FAILURE'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue