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 b6bffc8 commit 6778a83Copy full SHA for 6778a83
.evergreen/scripts/setup_tests.py
@@ -371,11 +371,10 @@ def handle_test_env() -> None:
371
if test_name == "auth_aws" and sub_test_name != "ecs-remote":
372
run_command(f"{DRIVERS_TOOLS}/.evergreen/auth_aws/setup-secrets.sh")
373
aws_setup = f"{DRIVERS_TOOLS}/.evergreen/auth_aws/aws_setup.sh"
374
- aws_test_type = os.environ["AWS_TEST_TYPE"]
375
if "AWS_ROLE_SESSION_NAME" in os.environ:
376
write_env("AWS_ROLE_SESSION_NAME")
377
if sub_test_name != "ecs":
378
- run_command(f"{aws_setup} {aws_test_type}")
+ run_command(f"{aws_setup} {sub_test_name}")
379
creds = read_env(f"{DRIVERS_TOOLS}.evergreen/auth_aws/test-env.sh")
380
for name, value in creds.items():
381
write_env(name, value)
0 commit comments