On Wed, Jun 12, 2013 at 7:22 PM, Paul Burba <ptbu...@gmail.com> wrote: > Let me know if r1492295 fixes the problem for you. As you mentioned > there are other problems running the Ruby tests on Windows on an out > of tree build so I can't run the tests to completion, but this should > fix the LoadError you encountered and AFAICT works with [Ruby 1.8 | > 1.9] x [in-tree | out-of-tree builds].
Thanks Paul, that fixes the problem. I think a better long term fix here would be to add an option to win-tests.py to run bindings tests. If you do that then you can pass -I and you no longer have to jump through such hoops. There is of course the benefit of the change you made is that it's easier to run the tests since I don't think you need the -I at all anymore. So if we consider this the permanent fix then I'd remove the -I entirely from the Unix build.