Skip to content

Commit b8d5748

Browse files
authored
RUBY-2496 update spec/shared (#5502)
* RUBY-2496 update spec/shared * update method name
1 parent b5dbca4 commit b8d5748

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626

2727
prepare_server $arch
2828

29-
install_mlaunch_virtualenv
29+
install_mlaunch_venv
3030

3131
# Launching mongod under $MONGO_ORCHESTRATION_HOME
3232
# makes its log available through log collecting machinery
@@ -105,7 +105,7 @@ elif test -n "$APP_TESTS"; then
105105
if test -z "$DOCKER_PRELOAD"; then
106106
./spec/shared/bin/install-node
107107
fi
108-
108+
109109
bundle exec rspec spec/integration/app_spec.rb
110110
else
111111
bundle exec rake ci

spec/shared

0 commit comments

Comments
 (0)