diff options
author | Robert Guo <robert.guo@mongodb.com> | 2022-05-31 14:37:42 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-05-31 15:03:45 +0000 |
commit | 86cb7ea3649b2190958a1645de9d3df4a529fc90 (patch) | |
tree | d151ad13d193180966201ec4e619ec4e422313cc /buildscripts/resmokelib/selector.py | |
parent | 2fe7afd99f8158306415470286622c3712bebce3 (diff) | |
download | mongo-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.py | 1 |
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 |