Skip to content

Commit baa6ba6

Browse files
committed
fix test run
1 parent d2d8c7d commit baa6ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def handle_test_env() -> None:
383383
# Use --capture=tee-sys so pytest prints test output inline:
384384
# https://docs.pytest.org/en/stable/how-to/capture-stdout-stderr.html
385385
TEST_ARGS = f"-v --capture=tee-sys --durations=5 {TEST_ARGS}"
386-
TEST_SUITE = TEST_SUITE_MAP[test_name]
386+
TEST_SUITE = TEST_SUITE_MAP.get(test_name)
387387
if TEST_SUITE:
388388
TEST_ARGS = f"-m {TEST_SUITE} {TEST_ARGS}"
389389

0 commit comments

Comments
 (0)