We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74725e commit 4b371deCopy full SHA for 4b371de
.evergreen/scripts/run-enterprise-auth-tests.sh
@@ -4,5 +4,5 @@ set -eu
4
# Disable xtrace for security reasons (just in case it was accidentally set).
5
set +x
6
# Use the default python to bootstrap secrets.
7
-bash "${DRIVERS_TOOLS}"/.evergreen/auth_aws/setup-secrets.sh drivers/enterprise_auth
+bash "${DRIVERS_TOOLS}"/.evergreen/secrets_handling/setup-secrets.sh drivers/enterprise_auth
8
TEST_ENTERPRISE_AUTH=1 AUTH=auth bash "${PROJECT_DIRECTORY}"/.evergreen/hatch.sh test:test-eg
0 commit comments