diff options
Diffstat (limited to 'qpid/java/common.xml')
| -rw-r--r-- | qpid/java/common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml index cbfc87d270..281d5d0b33 100644 --- a/qpid/java/common.xml +++ b/qpid/java/common.xml @@ -95,7 +95,7 @@ <mkdir dir="${build.report}"/> <junitreport todir="${build.report}"> <fileset dir="${build.results}"> - <include name="TEST-*.xml"/> + <include name="**/TEST-*.xml"/> </fileset> <report todir="${build.report}"/> </junitreport> |
