You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to set a custom SSL pem files directory in test.
In the Fedora project, we are running the mysql2 tests on the build environment
with a user permission, without root permission and without `sudo`.
In this case, we couldn't set up the pem files required to run SSL tests in the
`/etc/mysql`. This custom SSL directory option gives an option to run the SSL
tests executed in the environment.
How to use:
```
$ TEST_RUBY_MYSQL2_SSL_DIR=/tmp/mysql2 \
bundle exec rake spec
```
0 commit comments