We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a23b8 commit b74725eCopy full SHA for b74725e
.evergreen/scripts/run-enterprise-auth-tests.sh
@@ -1,7 +1,8 @@
1
#!/bin/bash
2
+set -eu
3
4
# Disable xtrace for security reasons (just in case it was accidentally set).
5
set +x
6
# Use the default python to bootstrap secrets.
-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
8
TEST_ENTERPRISE_AUTH=1 AUTH=auth bash "${PROJECT_DIRECTORY}"/.evergreen/hatch.sh test:test-eg
0 commit comments