diff options
author | Eddie Louie <eddie.louie@mongodb.com> | 2017-03-25 16:44:22 -0400 |
---|---|---|
committer | Eddie Louie <eddie.louie@mongodb.com> | 2017-03-27 14:33:21 -0400 |
commit | 422a7e6dddf42d09b7b9037f67d0da16de7c5968 (patch) | |
tree | 47da094f47ea8ec4b31c13ae41f0bb41252ff7bc /buildscripts/resmokelib/config.py | |
parent | 09a540b1b6912f1805aabf5ecd552d225d3bd1ec (diff) | |
download | mongo-422a7e6dddf42d09b7b9037f67d0da16de7c5968.tar.gz |
SERVER-27770 Remove other references to EXCLUDE_WITH_ALL_TAGS and
INCLUDE_WITH_ALL_TAGS
Diffstat (limited to 'buildscripts/resmokelib/config.py')
-rw-r--r-- | buildscripts/resmokelib/config.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/buildscripts/resmokelib/config.py b/buildscripts/resmokelib/config.py index a035d068c59..a3e207f8e2b 100644 --- a/buildscripts/resmokelib/config.py +++ b/buildscripts/resmokelib/config.py @@ -86,19 +86,12 @@ DBTEST_EXECUTABLE = None # actually running them). DRY_RUN = None -# If set, then any jstests that have all of the specified tags will be excluded from the suite(s). -EXCLUDE_WITH_ALL_TAGS = None - # If set, then any jstests that have any of the specified tags will be excluded from the suite(s). EXCLUDE_WITH_ANY_TAGS = None # If true, then a test failure or error will cause resmoke.py to exit and not run any more tests. FAIL_FAST = None -# If set, then only jstests that have all of the specified tags will be run during the jstest -# portion of the suite(s). -INCLUDE_WITH_ALL_TAGS = None - # If set, then only jstests that have at least one of the specified tags will be run during the # jstest portion of the suite(s). INCLUDE_WITH_ANY_TAGS = None |