Skip to content

Commit d53f96d

Browse files
committed
Explicitly specify python2 for ubuntu2004
1 parent 2b40aac commit d53f96d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ if test -n "$OCSP_MOCK_PID"; then
274274
kill "$OCSP_MOCK_PID"
275275
fi
276276

277-
python -m mtools.mlaunch.mlaunch stop --dir "$dbdir"
277+
python2 -m mtools.mlaunch.mlaunch stop --dir "$dbdir"
278278

279279
if test -n "$FLE" && test "$DOCKER_PRELOAD" != 1; then
280280
# Terminate all kmip servers... and whatever else happens to be running

spec/shared

0 commit comments

Comments
 (0)