From bf940a2b684b0efd2e0966e644e798e1ee8528fd Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 28 Jun 2007 21:20:29 +0000
Subject: [PATCH] This improves on the previous commit for grouping and running Windows specific tests. The previous implementation only worked for the default tests and not the precommit or function test definitions.
---
opends/build.xml | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 961bf32..d2ca0cf 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -1228,6 +1228,13 @@
<echo message=" Default debug target:"/>
<echo message=" org.opends.server:level=warning,category=caught|data|database-access|message|protocol" />
<echo message=""/>
+ <echo message=" -Dtest.groups=exclude=slow"/>
+ <echo message=" for example excludes the slow tests. Each value is expected" />
+ <echo message=" group inclusion/exclusion clause which consists of either 'include'" />
+ <echo message=" or 'exclude' followed by the '=' character and then a group name." />
+ <echo message=" For multiple group clauses, separate them with a ',' and "/>
+ <echo message=" quote the entire value. Debug logging is disabled."/>
+ <echo message=""/>
<echo message=" -Dtest.packages=org.opends.server.api"/>
<echo message=" for example runs only the tests in the api package"/>
<echo message=" For multiple packages, separate them with a ',' and "/>
@@ -1240,7 +1247,8 @@
<echo message=""/>
<echo message=" -Dtest.methods=org.opends.server.types.TestDN.testGetRDN"/>
<echo message=" for example only runs the testGetRDN method"/>
- <echo message=" For multiple methods, separate them with a ',' and "/>
+ <echo message=" For multiple methods within the same class, append additional"/>
+ <echo message=" method names to the end separating them with a ',' and "/>
<echo message=" quote the entire value. Debug logging is disabled."/>
<echo message=""/>
<echo message=" -Dtest.diff.srcpath=src/server/org/opends/server/core"/>
--
Gitblit v1.10.0