You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/11/20 13:00:47 UTC

svn commit: r1037184 - /incubator/river/site/trunk/content/building-river.mdtext

Author: sijskes
Date: Sat Nov 20 12:00:46 2010
New Revision: 1037184

URL: http://svn.apache.org/viewvc?rev=1037184&view=rev
Log:
added commandline specified tests

Modified:
    incubator/river/site/trunk/content/building-river.mdtext

Modified: incubator/river/site/trunk/content/building-river.mdtext
URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/building-river.mdtext?rev=1037184&r1=1037183&r2=1037184&view=diff
==============================================================================
--- incubator/river/site/trunk/content/building-river.mdtext (original)
+++ incubator/river/site/trunk/content/building-river.mdtext Sat Nov 20 12:00:46 2010
@@ -73,7 +73,11 @@ Execute the following:
     cd $RIVER_HOME
     cd qa.run
 
-Running the entire QA suite tasks a significant portion of time; currently around the 17 hour mark.  It is therefore useful to be able to specify a subset of categories or even specific tests to run.  When running the QA tests with Ant, this is done by including the following in the Ant build.properties file.
+#### Running just a few tests
+Running the entire QA suite tasks a significant portion of time; currently around the 17 hour mark.  It is therefore useful to be able to specify a subset of categories or even specific tests to run. 
+
+##### By settings in the properties file
+When running the QA tests with Ant, this is done by including the following in the Ant build.properties file.
 
     # runs a specified category
     # e.g. run.categories=lookupservice
@@ -83,6 +87,12 @@ Running the entire QA suite tasks a sign
     # e.g. run.tests=com/sun/jini/test/spec/constraint/coreconstraint/PrincipalElementsTest.td
     run.tests=path/to/test/TestName.td
 
+##### By specifying on the commandline
+From the qa directory:
+    
+    ant -Drun.tests=com/sun/jini/test/spec/constraint/coreconstraint/PrincipalElementsTest.td run-tests
+
+#### Categories
 The td files can be found in;
 
     $RIVER_HOME/qa/src/**