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 2ea3ed4 commit 43b7c83Copy full SHA for 43b7c83
.evergreen/scripts/setup-tests.sh
@@ -20,4 +20,4 @@ if [ -f $SCRIPT_DIR/env.sh ]; then
20
source $SCRIPT_DIR/env.sh
21
fi
22
23
-uv run $SCRIPT_DIR/setup-tests.py $@
+uv run $SCRIPT_DIR/setup_tests.py $@
.evergreen/scripts/setup_tests.py
@@ -201,7 +201,6 @@ def handle_test_env() -> None:
201
if test_name in SUB_TEST_REQUIRED and not sub_test_name:
202
raise ValueError(f"Test '{test_name}' requires a sub_test_name")
203
AUTH = os.environ.get("AUTH", "noauth")
204
- LOGGER.info(f"HI, {AUTH=}") # TODO remove
205
if opts.auth or "auth" in test_name:
206
AUTH = "auth"
207
# 'auth_aws ecs' shouldn't have extra auth set.
0 commit comments