mirror of https://github.com/apache/cloudstack.git
don't generate test-reports directory
This commit is contained in:
parent
b6056bc0b1
commit
b8cd91df9e
|
|
@ -244,7 +244,7 @@
|
|||
</junit>
|
||||
<junitreport todir="${unittest.dir}">
|
||||
<fileset dir="${unittest.dir}"/>
|
||||
<report todir="test-reports"/>
|
||||
<report todir="${unittest.dir}/test-reports"/>
|
||||
</junitreport>
|
||||
<fail if="junit.failure" message="Unit test(s) failed. See reports!"/>
|
||||
</target>
|
||||
|
|
@ -270,7 +270,7 @@
|
|||
<jvmarg value="${debug.jvmarg}"/>
|
||||
<junitreport todir="${unittest.dir}">
|
||||
<fileset dir="${unittest.dir}"/>
|
||||
<report todir="test-reports"/>
|
||||
<report todir="${unittest.dir}/test-reports"/>
|
||||
</junitreport>
|
||||
<fail if="junit.failure" message="Unit test(s) failed. See reports!"/>
|
||||
</target>
|
||||
|
|
|
|||
Loading…
Reference in New Issue