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
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`.
0 commit comments