Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-12-01 21:44:12 +0000
committerSravan Kumar Lakkimsetti2017-12-01 21:48:16 +0000
commitdf2501b29cefc9a1e2785bc4aa8d396af7c94c58 (patch)
tree27a2dedebfd2c270b7c4a74ca45590511bf95daf /eclipse.platform.releng.tychoeclipsebuilder
parent1a34977c5eb183ea9f9000e0eb4f503822b2e930 (diff)
downloadeclipse.platform.releng.aggregator-df2501b29cefc9a1e2785bc4aa8d396af7c94c58.tar.gz
eclipse.platform.releng.aggregator-df2501b29cefc9a1e2785bc4aa8d396af7c94c58.tar.xz
eclipse.platform.releng.aggregator-df2501b29cefc9a1e2785bc4aa8d396af7c94c58.zip
Bug 527936 - CVS tests failed in I20171129-2000
Change-Id: Id4105d9fa9e8ff8d2d12e9b5a63bac8271380e91 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
index ee6a71218..ed2a31a10 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
@@ -48,6 +48,14 @@
arg2="org.eclipse.team.tests.cvs.core" />
</condition>
+ <condition
+ property="extraIU"
+ value="org.eclipse.cvs.feature.group">
+ <equals
+ arg1="${testPlugin}"
+ arg2="org.eclipse.team.tests.core" />
+ </condition>
+
<antcall target="setupRepo" />
<antcall target="${setupTarget}" />

Back to the top