File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
export TEST_PATH=" ${PROJECT_DIRECTORY} /driver-performance-test-data"
14
14
export OUTPUT_FILE=" ${PROJECT_DIRECTORY} /results.json"
15
15
16
- MTCBIN=/opt/mongodbtoolchain/v2 /bin
16
+ MTCBIN=/opt/mongodbtoolchain/v3 /bin
17
17
VIRTUALENV=" $MTCBIN /virtualenv -p $MTCBIN /python3"
18
18
19
19
$VIRTUALENV pyperftest
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ if [ -z "$PYTHON_BINARY" ]; then
69
69
# system python3 doesn't exist or exists but is older than 3.6.
70
70
if is_python_36 " $( command -v python3) " ; then
71
71
PYTHON=$( command -v python3)
72
- elif is_python_36 " $( command -v /opt/mongodbtoolchain/v2 /bin/python3) " ; then
73
- PYTHON=$( command -v /opt/mongodbtoolchain/v2 /bin/python3)
72
+ elif is_python_36 " $( command -v /opt/mongodbtoolchain/v3 /bin/python3) " ; then
73
+ PYTHON=$( command -v /opt/mongodbtoolchain/v3 /bin/python3)
74
74
else
75
75
echo " Cannot test without python3.6+ installed!"
76
76
fi
You can’t perform that action at this time.
0 commit comments