-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added more tests using FTP #124
Conversation
Failing because: 0s I don't understand what this is failing. I suggest you first remove the data caching and see if it works downloading everything every time. Then we can circle back around to get the cache working... |
If this is adding a large test file (> 2 GB) from FTP then also add an additional CMake option in the main CMake file: option(FTP_LARGE_TEST_FILES "Fetch and test with very large files on FTP site." OFF) Then only get the large test file if this additional option is present. |
I fixed this issue in another pull request which has since been merged. It should be working now. |
This option already exists in the main CMake file and is checked for in the CMake file in the tests folder. |
Part of #118