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:
parent
861ee3e37a
commit
ebc01648af
|
|
@ -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}"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue