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 | 15f9cb4f8af94c5846be6fda3ae037bca506e192 (patch) | |
| tree | 44191ffe534efdd6beec06575e22243219556965 /java | |
| parent | 3037583979e70e14c668f7f5a9a0f6fdfe43d9a7 (diff) | |
| download | qpid-python-15f9cb4f8af94c5846be6fda3ae037bca506e192.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/qpid@724659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml index 851a853c66..fc395c9764 100644 --- a/java/build.xml +++ b/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> |
