Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-12-01 08:32:19 +0000
committerSravan Kumar Lakkimsetti2017-12-01 08:32:19 +0000
commitb0ecef5e4eca5c53fd68b8d7164a1731db008fd9 (patch)
treeebe82dd7fb093d93ae33e4c914584932bc083971 /production/testScripts/configuration/sdk.tests/testScripts/test.xml
parent7342e07ac55c913832beae9ac57523ac64513fda (diff)
downloadeclipse.platform.releng.aggregator-b0ecef5e4eca5c53fd68b8d7164a1731db008fd9.tar.gz
eclipse.platform.releng.aggregator-b0ecef5e4eca5c53fd68b8d7164a1731db008fd9.tar.xz
eclipse.platform.releng.aggregator-b0ecef5e4eca5c53fd68b8d7164a1731db008fd9.zip
Bug 527936 - CVS tests failed in I20171129-2000
Change-Id: I1f613ca084ee031042c0dfde1440817aba402d4d Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testScripts/test.xml')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 962f2537f..508286e6d 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -40,7 +40,15 @@
arg2="org.eclipse.equinox.p2.tests.discovery" />
</condition>
- <antcall target="setupRepo" />
+ <condition
+ property="extraIU"
+ value="org.eclipse.cvs.feature.group">
+ <equals
+ arg1="${testPlugin}"
+ arg2="org.eclipse.team.tests.cvs.core" />
+ </condition>
+
+ <antcall target="setupRepo" />
<antcall target="${setupTarget}" />
<antcall target="installPreferences">

Back to the top