Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Bullen2018-07-10 14:28:53 +0000
committerLucas Bullen2018-07-10 14:28:53 +0000
commitad055e487413f7f9a2e778b75a112dc736e889f3 (patch)
tree297aeeaa6c422575beea57eb8407e631255adde7
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>
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml3
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml7
2 files changed, 10 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
index 18a7c3323..4a5d111e7 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
@@ -667,6 +667,9 @@
name="org.eclipse.equinox.security.tests"
type="test" />
<logFile
+ name="org.eclipse.equinox.preferences.tests"
+ type="test" />
+ <logFile
name="org.eclipse.jdt.apt.pluggable.tests"
type="test" />
<logFile
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