We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a8179 commit 974ebfaCopy full SHA for 974ebfa
.evergreen/scripts/utils.py
@@ -86,7 +86,7 @@ def get_test_options(
86
else:
87
parser.add_argument(
88
"test_name",
89
- choices=set(TEST_SUITE_MAP) + set(EXTRA_TESTS) - set(NO_RUN_ORCHESTRATION),
+ choices=set(list(TEST_SUITE_MAP) + EXTRA_TESTS) - set(NO_RUN_ORCHESTRATION),
90
nargs="?",
91
default="default",
92
help="The optional name of the test suite to be run, which informs the server configuration.",
0 commit comments