Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always download the common test suite before running tests
In #377 I made it possible to run the tests without having internet access. But it seems that in the process I also disabled the code that downloads the common test suite when you first check out the codebase. That's bad, but what makes it worse is that travis hasn't been running the common test suite because of it. This changes the behaviour so that the tests download the common test suite (but does not update it) before running. If you don't have internet access it continues without it. To update the common test suite to the latest version, you now need to run `UPDATE_TEST_SUITE=true rake download_common_tests`.
- Loading branch information