Skip to content

Commit 43b7c83

Browse files
committed
cleanup
1 parent 2ea3ed4 commit 43b7c83

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.evergreen/scripts/setup-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ if [ -f $SCRIPT_DIR/env.sh ]; then
2020
source $SCRIPT_DIR/env.sh
2121
fi
2222

23-
uv run $SCRIPT_DIR/setup-tests.py $@
23+
uv run $SCRIPT_DIR/setup_tests.py $@

.evergreen/scripts/setup_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ def handle_test_env() -> None:
201201
if test_name in SUB_TEST_REQUIRED and not sub_test_name:
202202
raise ValueError(f"Test '{test_name}' requires a sub_test_name")
203203
AUTH = os.environ.get("AUTH", "noauth")
204-
LOGGER.info(f"HI, {AUTH=}") # TODO remove
205204
if opts.auth or "auth" in test_name:
206205
AUTH = "auth"
207206
# 'auth_aws ecs' shouldn't have extra auth set.

0 commit comments

Comments
 (0)