summaryrefslogtreecommitdiffstats
path: root/uitest/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/test.xml')
-rw-r--r--uitest/test.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/uitest/test.xml b/uitest/test.xml
index 3bfeb66c05..bcb0bf540a 100644
--- a/uitest/test.xml
+++ b/uitest/test.xml
@@ -134,18 +134,12 @@
</batchtest>
</junit>
- <antcall target="notify-teamcity-of-build-artifact">
- <param name="file" value="${target}" />
- </antcall>
+ <!-- Have teamcity publish each test error artifact immediatly if there are any -->
+ <basename property="basename" file="${target}" suffix="java" />
+ <echo>##teamcity[publishArtifacts '${com.vaadin.testbench.screenshot.directory}/errors/${basename}* => screenshot-errors']</echo>
</target>
- <!-- Have teamcity publish each test error artifact immediatly if there are any -->
- <target name="notify-teamcity-of-build-artifact" if="teamcity.version">
- <basename property="basename" file="${file}" suffix="java" />
- <echo>##teamcity[publishArtifacts '${com.vaadin.testbench.screenshot.directory}/errors/${basename}* => screenshot-errors']</echo>
- </target>
-
<!-- Remove temporary source and compiled java files -->
<target name="remove-temp-testclasses">
<delete failonerror="false">