diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-07-14 22:56:46 (GMT) |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-07-14 22:56:46 (GMT) |
commit | 8bdb31e0540c46de485b362178f60e8bb947ff43 (patch) | |
tree | 439e910bb34bbb3856fc471122220c1fff16ed5f /test/gtest_help_test.py | |
parent | 89080477aee9bd91536c9fb47bc31c62ea7d75bb (diff) | |
download | googletest-8bdb31e0540c46de485b362178f60e8bb947ff43.zip googletest-8bdb31e0540c46de485b362178f60e8bb947ff43.tar.gz googletest-8bdb31e0540c46de485b362178f60e8bb947ff43.tar.bz2 |
Adds the command line flags needed for test shuffling. Most code by Josh Kelley.
Diffstat (limited to 'test/gtest_help_test.py')
-rwxr-xr-x | test/gtest_help_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/gtest_help_test.py b/test/gtest_help_test.py index 0a2a07b..91081ad 100755 --- a/test/gtest_help_test.py +++ b/test/gtest_help_test.py @@ -57,6 +57,8 @@ HELP_REGEX = re.compile( FLAG_PREFIX + r'filter=.*' + FLAG_PREFIX + r'also_run_disabled_tests.*' + FLAG_PREFIX + r'repeat=.*' + + FLAG_PREFIX + r'shuffle.*' + + FLAG_PREFIX + r'random_seed=.*' + FLAG_PREFIX + r'color=.*' + FLAG_PREFIX + r'print_time.*' + FLAG_PREFIX + r'output=.*' + |