Skip to content

Commit 984bd87

Browse files
committed
fixups
1 parent e429e09 commit 984bd87

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.evergreen/scripts/bootstrap-mongo-orchestration.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ if [ -z "${TEST_CRYPT_SHARED:-}" ]; then
3434
export SKIP_CRYPT_SHARED=1
3535
fi
3636

37-
MONGODB_VERSION=${VERSION} \
38-
TOPOLOGY=${TOPOLOGY} \
39-
AUTH=${AUTH:-noauth} \
40-
SSL=${SSL:-nossl} \
37+
MONGODB_VERSION=${VERSION:-} \
38+
TOPOLOGY=${TOPOLOGY:-} \
39+
AUTH=${AUTH:-} \
40+
SSL=${SSL:-} \
4141
STORAGE_ENGINE=${STORAGE_ENGINE:-} \
4242
DISABLE_TEST_COMMANDS=${DISABLE_TEST_COMMANDS:-} \
4343
ORCHESTRATION_FILE=${ORCHESTRATION_FILE:-} \

.evergreen/scripts/setup_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def handle_test_env() -> None:
353353
write_env("LD_LIBRARY_PATH", f"{CRYPT_SHARED_DIR}:${{LD_LIBRARY_PATH:-}}")
354354

355355
if test_name == "kms":
356-
from .setup_kms import setup_kms
356+
from setup_kms import setup_kms
357357

358358
setup_kms(sub_test_name)
359359

0 commit comments

Comments
 (0)