Skip to content

Commit 2ed08aa

Browse files
committed
need to go back to mlaunch virtualenv
1 parent 50adbc5 commit 2ed08aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.evergreen/run-tests.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ if test -n "$OCSP_MOCK_PID"; then
266266
kill "$OCSP_MOCK_PID"
267267
fi
268268

269+
# KMS virtualenv doesn't have mlaunch, get rid of it.
270+
if test -n "$FLE" && test "$DOCKER_PRELOAD" != 1; then
271+
deactivate
272+
fi
273+
269274
python -m mtools.mlaunch.mlaunch stop --dir "$dbdir"
270275

271276
exit ${test_status}

0 commit comments

Comments
 (0)