Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.0 da9f030c2 -> 98502e0c3
  refs/heads/cassandra-2.1 2215c491c -> 322e8f059
  refs/heads/trunk 2c15d8212 -> 847f413ea


add comment about using testsome target


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/98502e0c
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/98502e0c
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/98502e0c

Branch: refs/heads/cassandra-2.0
Commit: 98502e0c3fa3158df2fba6681a967238c77fa39d
Parents: da9f030
Author: Brandon Williams <brandonwilli...@apache.org>
Authored: Thu Feb 26 09:48:40 2015 -0800
Committer: Brandon Williams <brandonwilli...@apache.org>
Committed: Thu Feb 26 09:48:40 2015 -0800

----------------------------------------------------------------------
 build.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/98502e0c/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9bbb54f..78c6db3 100644
--- a/build.xml
+++ b/build.xml
@@ -1101,6 +1101,9 @@
     </testmacro>
   </target>
 
+  <!-- Use this with an FQDN for test class, and a csv list of methods like 
this:
+    ant testsome 
-Dtest.name=org.apache.cassandra.service.StorageServiceServerTest 
-Dtest.methods=testRegularMode,testGetAllRangesEmpty
+  -->
   <target name="testsome" depends="build-test" description="Execute specific 
unit tests" >
     <testmacro suitename="unit" inputdir="${test.unit.src}" 
exclude="**/pig/*.java" timeout="${test.timeout}">
       <test name="${test.name}" methods="${test.methods}"/>

Reply via email to