On the windows builbot I pass the junit location to gen-make.py and then I can compile and run the junit tests. I also need the junit location during building as it is not installed in the standard environment.
The exact invocations are in the buildbot directory of our source tree. (And if I remember correctly we also use this for 1.7)
Bert
Sent from Windows Mail
From: Mark Phippard
Sent: Tuesday, May 7, 2013 10:36 PM
To: Subversion Development
I just noticed that win-tests.py has a --javahl option. This is cool,
but it does not work. The reason is that it refers to a junit Python
object that is not defined. In my case, I just removed it since I
have junit.jar in the lib/ext folder for my JRE. I am guessing
someone planned to add a --junit option of some kind? Not sure the
right change, so I am not attempting a patch.
This was with 1.8.0-rc1 but I assume trunk has same problem.
It is nice to be able to run the tests this way since it sets up
everything needed. Removing the Junit reference caused the tests to
run for me.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2013-05-08 09:00:06 CEST