You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/10/03 21:23:01 UTC

svn commit: r701499 - /geronimo/server/trunk/testsuite/pom.xml

Author: dwoods
Date: Fri Oct  3 12:23:01 2008
New Revision: 701499

URL: http://svn.apache.org/viewvc?rev=701499&view=rev
Log:
add comment on other way to run individual testsuites

Modified:
    geronimo/server/trunk/testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=701499&r1=701498&r2=701499&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Fri Oct  3 12:23:01 2008
@@ -50,6 +50,8 @@
         NOTE: Override the following on the cmdline to only run specific 
               testsuite buckets.  To only run console-testsuite/advanced -
                 mvn -DshittyTestIncludes=console-testsuite/advanced/pom.xml
+              or
+                mvn install -Dtests=console-testsuite/advanced
         -->
         <shittyTestIncludes>*/*/pom.xml</shittyTestIncludes>
     </properties>