Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2020-10-21 11:02:52 +0000
committerSravan Kumar Lakkimsetti2020-10-22 09:47:21 +0000
commit2ea8d3c7f4cd409e071a463d49ed439999d91d62 (patch)
treed0c9fe717564a1c4cbffa7bb1fb9ee377ae69bd7 /production
parent9bc0bca10afbbbcc91efd4213da9f1e739b92e5a (diff)
downloadeclipse.platform.releng.aggregator-2ea8d3c7f4cd409e071a463d49ed439999d91d62.tar.gz
eclipse.platform.releng.aggregator-2ea8d3c7f4cd409e071a463d49ed439999d91d62.tar.xz
eclipse.platform.releng.aggregator-2ea8d3c7f4cd409e071a463d49ed439999d91d62.zip
Bug 565673: Also list test results in nightly builds
Change-Id: I34748b2b655042783ca82dce7876d20b7c38b82d Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.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 90ad25eef..e1b6f6136 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -2210,6 +2210,12 @@
</target>
<target
+ name="urischeme"
+ depends="init">
+ <runTests testPlugin="org.eclipse.tests.urischeme" />
+ </target>
+
+ <target
name="update"
depends="init">
<runTests testPlugin="org.eclipse.update.tests.core" />
@@ -2590,6 +2596,7 @@
<antcall target="uiworkbenchtexteditor" />
<antcall target="uipluginchecks" />
<antcall target="genericEditor" />
+ <antcall target="urischeme" />
<antcall target="equinoxhttpservlet" />
<antcall target="ua" />

Back to the top