Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Honnen2019-02-09 13:19:51 +0000
committerJulian Honnen2019-02-09 13:19:51 +0000
commit8468029858a8ffd004ff689cf4a8a812d36a2289 (patch)
tree816dcd5609c22e0c7f10263abcc4c6c918e2a34e /production
parentca4ed01350a020d34d9e9ab8dc293e0a0be5d8bb (diff)
downloadeclipse.platform.releng.aggregator-8468029858a8ffd004ff689cf4a8a812d36a2289.tar.gz
eclipse.platform.releng.aggregator-8468029858a8ffd004ff689cf4a8a812d36a2289.tar.xz
eclipse.platform.releng.aggregator-8468029858a8ffd004ff689cf4a8a812d36a2289.zip
Bug 263880 - Run o.e.equinox.common.tests in nightly
Change-Id: I78ca810e035e1be4a3480eed1c44911351d99689 Signed-off-by: Julian Honnen <julian.honnen@vector.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 4b8705bb6..3d03e4ba8 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1659,6 +1659,12 @@
</target>
<target
+ name="equinoxcommon"
+ depends="init">
+ <runTests testPlugin="org.eclipse.equinox.common.tests" />
+ </target>
+
+ <target
name="equinoxds"
depends="init">
<runTests testPlugin="org.eclipse.equinox.ds.tests" />
@@ -2401,6 +2407,7 @@
<antcall target="e4CssCore" />
<antcall target="e4CssSwt" />
<antcall target="e4UI" />
+ <antcall target="equinoxcommon" />
<antcall target="equinoxds" />
<antcall target="equinoxp2discovery" />
<antcall target="bidi" />

Back to the top