diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-12-09 10:38:42 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-12-09 10:38:42 +0000 |
| commit | 92b70592b621ea984bd87054e503b40b0aefe420 (patch) | |
| tree | 418b2475df092e086403160bca5ace779a2f3daf /qpid/java/build.xml | |
| parent | 4923f09de32a83707b030a972631406430b34d33 (diff) | |
| download | qpid-python-92b70592b621ea984bd87054e503b40b0aefe420.tar.gz | |
QPID-1282: limit cover-test so only interesting modules are instrumented
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index 851a853c66..fc395c9764 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -217,7 +217,7 @@ </target> <target name="cover-test" description="run tests and generate coverage information"> - <iterate target="cover-test"/> + <iterate target="cover-test" modules="broker client common"/> </target> </project> |
