summaryrefslogtreecommitdiff
path: root/buildscripts/burn_in_tests.py
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2021-10-02 04:26:30 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-02 04:55:02 +0000
commitba5cf359d87e3fb3b32d24056e0da1b8452ac304 (patch)
tree0820ab18a471e081c8c2b523b8a2807b9533d23a /buildscripts/burn_in_tests.py
parentb8b8e0f26453fbcc239a6fef92ab32f6545870cd (diff)
downloadmongo-ba5cf359d87e3fb3b32d24056e0da1b8452ac304.tar.gz
SERVER-55857 remove NAMED_SUITES from resmoke config
Diffstat (limited to 'buildscripts/burn_in_tests.py')
-rwxr-xr-xbuildscripts/burn_in_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/burn_in_tests.py b/buildscripts/burn_in_tests.py
index e7ca49ce25a..67a77fc7151 100755
--- a/buildscripts/burn_in_tests.py
+++ b/buildscripts/burn_in_tests.py
@@ -351,7 +351,7 @@ def create_task_list_for_tests(changed_tests: Set[str], build_variant: str,
if not exclude_tasks:
exclude_tasks = []
- suites = get_suites(suite_files=SUITE_FILES, test_files=changed_tests)
+ suites = get_suites(suite_names_or_paths=SUITE_FILES, test_files=changed_tests)
LOGGER.debug("Found suites to run", suites=suites)
tests_by_executor = create_executor_list(suites, exclude_suites)