We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efae3a commit e1bc944Copy full SHA for e1bc944
build.xml
@@ -312,7 +312,7 @@ limitations under the License.
312
<!-- The reporting targets -->
313
<!-- ******************************************************************* -->
314
315
- <target name="junit-reports" depends="bamboo-test">
+ <target name="junit-reports" depends="test">
316
<junitreport todir="${testdir}">
317
<fileset dir="${testdir}"><include name="*/*.xml"/></fileset>
318
<report format="noframes" todir="${testdir}"/>
0 commit comments