Another TestNG fix: we were generating JUnit html reports to the wrong

directory.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4611 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-11-02 05:30:50 +00:00
parent ebc01648af
commit af2313de45
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@
<fileset dir="${report}">
<include name="*/*.xml"/>
</fileset>
<report format="noframes" todir="${dist.dir}"/>
<report format="noframes" todir="${report}"/>
</junitreport>
<fail message="test failed" if="test.failure" />
</sequential>