Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: fix env var passing in activerecord test
This patch fixes the rails version pinning in the activerecord roachtest. The rails version is passed in via the env variable `RAILS_VERSION` and was previously being set before the `sudo` in the adapter install command and thus erroneously discarded. Release note: None
- Loading branch information