Update output directory for TestNG reports.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4610 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-11-01 23:11:33 +00:00
parent 861ee3e37a
commit ebc01648af
1 changed files with 2 additions and 2 deletions

View File

@ -507,8 +507,8 @@
</testng>
<!-- generate a report for Bamboo or Hudson to read in -->
<junitreport todir="${dist.dir}">
<fileset dir="${dist.dir}">
<junitreport todir="${report}">
<fileset dir="${report}">
<include name="*/*.xml"/>
</fileset>
<report format="noframes" todir="${dist.dir}"/>