Skip to content

Commit b74725e

Browse files
committed
clean up script
1 parent 53a23b8 commit b74725e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
2+
set -eu
23

34
# Disable xtrace for security reasons (just in case it was accidentally set).
45
set +x
56
# Use the default python to bootstrap secrets.
6-
PYTHON_BINARY="" bash "${DRIVERS_TOOLS}"/.evergreen/auth_aws/setup_secrets.sh drivers/enterprise_auth
7+
bash "${DRIVERS_TOOLS}"/.evergreen/auth_aws/setup-secrets.sh drivers/enterprise_auth
78
TEST_ENTERPRISE_AUTH=1 AUTH=auth bash "${PROJECT_DIRECTORY}"/.evergreen/hatch.sh test:test-eg

0 commit comments

Comments
 (0)