Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Bullen2018-07-10 14:28:53 +0000
committerLucas Bullen2018-07-10 14:28:53 +0000
commitad055e487413f7f9a2e778b75a112dc736e889f3 (patch)
tree297aeeaa6c422575beea57eb8407e631255adde7 /production/testScripts/configuration
parent7c9bbc2161c5a316d07549ceb3b6fb3c86fa3500 (diff)
downloadeclipse.platform.releng.aggregator-ad055e487413f7f9a2e778b75a112dc736e889f3.tar.gz
eclipse.platform.releng.aggregator-ad055e487413f7f9a2e778b75a112dc736e889f3.tar.xz
eclipse.platform.releng.aggregator-ad055e487413f7f9a2e778b75a112dc736e889f3.zip
Bug 534674 - Run o.e.equinox.preferences.tests in nightly
- Add log file - Add target to be run Change-Id: Iac7e64007af9ba9cab0dfef7dfbf6b45e7fc772f Signed-off-by: Lucas Bullen <lbullen@redhat.com>
Diffstat (limited to 'production/testScripts/configuration')
-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 0d5c791f6..2722b58e2 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -2023,6 +2023,12 @@
</target>
<target
+ name="equinoxpreferences"
+ depends="init">
+ <runTests testPlugin="org.eclipse.equinox.preferences.tests" />
+ </target>
+
+ <target
name="equinoxhttpservlet"
depends="init">
<runTests testPlugin="org.eclipse.equinox.http.servlet.tests" />
@@ -2320,6 +2326,7 @@
<antcall target="uiforms" />
<antcall target="equinoxp2ui" />
<antcall target="equinoxsecurity" />
+ <antcall target="equinoxpreferences" />
<antcall target="search" />
<antcall target="debug" />
<antcall target="e4Core" />

Back to the top