File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ def handle_test_env() -> None:
121
121
122
122
for env_var , suite in TEST_SUITE_MAP .items ():
123
123
if TEST_SUITES :
124
- continue
124
+ break
125
125
if env_var in os .environ :
126
126
TEST_SUITES = suite
127
127
Original file line number Diff line number Diff line change @@ -46,12 +46,16 @@ if [ -n "${TEST_INDEX_MANAGEMENT:-}" ]; then
46
46
source $DRIVERS_TOOLS /.evergreen/atlas/secrets-export.sh
47
47
fi
48
48
49
+ # Source ADL secrets if applicable.
50
+ if [ -n " ${TEST_DATA_LAKE:- } " ]; then
51
+ source ${DRIVERS_TOOLS} /.evergreen/atlas_data_lake/secrets-export.sh
52
+ fi
53
+
49
54
# Source local secrets if applicable.
50
55
if [ -f " $ROOT_DIR /secrets-export.sh" ]; then
51
56
source " $ROOT_DIR /secrets-export.sh"
52
57
fi
53
58
54
-
55
59
. $ROOT_DIR /.evergreen/utils.sh
56
60
PYTHON=${PYTHON_BINARY:- $(find_python3)}
57
61
$PYTHON $SCRIPT_DIR /setup-tests.py
You can’t perform that action at this time.
0 commit comments