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 1313export TEST_PATH=" ${PROJECT_DIRECTORY} /driver-performance-test-data"
1414export OUTPUT_FILE=" ${PROJECT_DIRECTORY} /results.json"
1515
16- MTCBIN=/opt/mongodbtoolchain/v2 /bin
16+ MTCBIN=/opt/mongodbtoolchain/v3 /bin
1717VIRTUALENV=" $MTCBIN /virtualenv -p $MTCBIN /python3"
1818
1919$VIRTUALENV pyperftest
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ if [ -z "$PYTHON_BINARY" ]; then
6969 # system python3 doesn't exist or exists but is older than 3.6.
7070 if is_python_36 " $( command -v python3) " ; then
7171 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)
7474 else
7575 echo " Cannot test without python3.6+ installed!"
7676 fi
You can’t perform that action at this time.
0 commit comments