summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/config.py
diff options
context:
space:
mode:
authorEddie Louie <eddie.louie@mongodb.com>2017-03-25 16:44:22 -0400
committerEddie Louie <eddie.louie@mongodb.com>2017-03-27 14:33:21 -0400
commit422a7e6dddf42d09b7b9037f67d0da16de7c5968 (patch)
tree47da094f47ea8ec4b31c13ae41f0bb41252ff7bc /buildscripts/resmokelib/config.py
parent09a540b1b6912f1805aabf5ecd552d225d3bd1ec (diff)
downloadmongo-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.py7
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