You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/05/30 16:41:53 UTC

[Lucene-java Wiki] Update of "RunningTests" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "RunningTests" page has been changed by SteveRowe:
https://wiki.apache.org/lucene-java/RunningTests?action=diff&rev1=12&rev2=13

  == Using Ant ==
  Running the tests on trunk and branch_4x requires Ant version 1.8.2 or higher.  The 3.x releases would only work with Ant version 1.7 and would not work with 1.8 or later.
  
- Tests run using the [[http://labs.carrotsearch.com/randomizedtesting.html|RandomizedTesting library]].  For usage instructions, run {{{ant test-help}}}.
+ Tests run using the [[http://labs.carrotsearch.com/randomizedtesting.html|RandomizedTesting library]].  
+ 
+ For full usage instructions, run {{{ant test-help}}}.  A subset of those instructions follows here.
  
  == Basic Operations ==
  === Running all tests ===