summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/selector.py
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2022-05-31 14:37:42 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-31 15:03:45 +0000
commit86cb7ea3649b2190958a1645de9d3df4a529fc90 (patch)
treed151ad13d193180966201ec4e619ec4e422313cc /buildscripts/resmokelib/selector.py
parent2fe7afd99f8158306415470286622c3712bebce3 (diff)
downloadmongo-r6.0.0-rc8.tar.gz
SERVER-65672 upgrade python packages to support 3.10r6.0.0-rc8
Diffstat (limited to 'buildscripts/resmokelib/selector.py')
-rw-r--r--buildscripts/resmokelib/selector.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/selector.py b/buildscripts/resmokelib/selector.py
index 04e152e9804..b9a06e0d742 100644
--- a/buildscripts/resmokelib/selector.py
+++ b/buildscripts/resmokelib/selector.py
@@ -422,6 +422,7 @@ class _Selector(object):
Args:
test_file_explorer: a TestFileExplorer instance.
+ tests_are_files: whether tests are files.
"""
self._test_file_explorer = test_file_explorer
self._tests_are_files = tests_are_files