Skip to content

Commit 348edf6

Browse files
p-mongop
andauthored
Explicitly specify python2 (#5171)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 328ea7d commit 348edf6

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
@@ -121,6 +121,6 @@ if test -f tmp/rspec-all.json; then
121121
mv tmp/rspec-all.json tmp/rspec.json
122122
fi
123123

124-
python -m mtools.mlaunch.mlaunch stop --dir "$dbdir"
124+
python2 -m mtools.mlaunch.mlaunch stop --dir "$dbdir"
125125

126126
exit ${test_status}

0 commit comments

Comments
 (0)