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 ebab2b6 commit 82dcf30Copy full SHA for 82dcf30
.evergreen/scripts/run-with-env.sh
@@ -18,4 +18,4 @@ fi
18
set -eu
19
20
# shellcheck source=/dev/null
21
-. "$1" "${@:2}"
+. "$@"
.evergreen/scripts/setup-tests.sh
@@ -21,6 +21,7 @@ export TEST_DATA_LAKE="${TEST_DATA_LAKE:-}"
export ORCHESTRATION_FILE="${ORCHESTRATION_FILE:-}"
22
export AUTH="${AUTH:-noauth}"
23
export SSL="${SSL:-nossl}"
24
+export PYTHON_BINARY="${PYTHON_BINARY:-}"
25
EOT
26
27
chmod +x "$SCRIPT_DIR"/test-env.sh
0 commit comments