-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -241,9 +241,6 @@ if [ $RUNNING_FOR_TEST -eq 0 ]; then | |
|
||
# Pacify Make (Make doesn't know that the generated Ruby directory can vary) | ||
mkdir -p ${BASE_DIR}/intermediate/${BUILD_CONFIGURATION}/ruby | ||
else | ||
echo "Installing MySQL gem into Test Ruby under: ${RUBY_DESTDIR} ..." | ||
elevate ${RUBY_DESTDIR}/bin/gem install mysql2 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
NarineM
Contributor
|
||
fi | ||
|
||
exit 0 |
This one is part of test ruby. if you remove the plugin from test ruby, MySQL plugin tests will fail.