Re: Is tests.jvms calculated by junit, ant, or the ant config?
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the reply! I also got a reply on the lucene dev list. Apparently this is part of the carrotsearch randomizedtesting code that Lucene/Solr employs, and I was given the specific location in the code: https://github.com/carrotsearch/randomizedtesting/blob/master/junit4-ant/src/main/java/com/carrotsearch/ant/tasks/junit4/JUnit4.java#L1288 https://github.com/carrotsearch/randomizedtesting/blob/master/junit4-ant/src/main/java/com/carrotsearch/ant/tasks/junit4/JUnit4.java#L1288 I'm going to cook up a patch to send them.