Fixes for testing dependencies; travis#976
Conversation
|
The problem is not so much the profile as that some tests have hard coded paths. With the profile deptests the idea was to test each riak dependency separately. That works reasonable, as long as the paths are not wrong. It seems really easy to add travis. Possibly we should add travis just for |
Yes, not having to build a custom OTP in travis helps tremendously ;-)
Custom profile doesn’t help either. E. g. some dependencies have I changed it too only run riak’s eunit tests for now. |
|
Made more of dependencies tests work. |
|
These deps are failing (https://travis-ci.org/llelf/riak/builds/535391932)
|
Not all tests pass. At least some of them because they are being run as a different profile¹. Ideas?
¹)
riak/Makefile
Line 59 in 8dcae40