Dear Wiki user,

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

The "HowToContribute" page has been changed by TylerHobbs:
https://wiki.apache.org/cassandra/HowToContribute?action=diff&rev1=56&rev2=57

Comment:
Fix testsome invocation

  Setting up and running system tests:
  
  === Running the Unit Tests ===
- Simply run `ant` to run all unit tests. To run a specific test class, run 
`ant -Dtest.name=<ClassName>`.  To run a specific test method, run `ant 
-Dtestsome.name=<ClassName> -Dtestsome.methods=<comma-separated list of method 
names>`.
+ Simply run `ant` to run all unit tests. To run a specific test class, run 
`ant -Dtest.name=<ClassName>`.  To run a specific test method, run `ant 
testsome -Dtest.name=<ClassName> -Dtest.methods=<comma-separated list of method 
names>`.
  
  You can also run tests in parallel: `ant test -Dtest.runners=4`.
  

Reply via email to