Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-01-17 18:37:00 +0000
committerAlexander Kurtakov2018-01-17 18:37:00 +0000
commite765a00610433a066e1a48d0f62c98c7e2d14332 (patch)
tree9bac5672c9d453c3cba34c705c5e08228ae944a5 /production
parent86d606fa7deaa95038f13fe520c461b3eee5f6af (diff)
downloadeclipse.platform.releng.aggregator-e765a00610433a066e1a48d0f62c98c7e2d14332.tar.gz
eclipse.platform.releng.aggregator-e765a00610433a066e1a48d0f62c98c7e2d14332.tar.xz
eclipse.platform.releng.aggregator-e765a00610433a066e1a48d0f62c98c7e2d14332.zip
Bug 529791 - Run pde.ua.tests in builds
Add them to run in nightly. Change-Id: If9a3828bde34cbea27f350b9089022b362d9b708 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'production')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index c88032bed..c4f77f9c9 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1705,6 +1705,12 @@
depends="init">
<runTests testPlugin="org.eclipse.pde.ui.tests" />
</target>
+
+ <target
+ name="pdeua"
+ depends="init">
+ <runTests testPlugin="org.eclipse.pde.ua.tests" />
+ </target>
<target
name="pdeuitemplates"
@@ -2154,6 +2160,7 @@
depends="init">
<antcall target="pdeds" />
<antcall target="pdeui" />
+ <antcall target="pdeua" />
<antcall target="pdeuitemplates" />
<antcall target="pdegenericeditor" />
</target>

Back to the top