Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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 508286e6d..ebd5afd84 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -48,7 +48,15 @@
arg2="org.eclipse.team.tests.cvs.core" />
</condition>
- <antcall target="setupRepo" />
+ <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}" />
<antcall target="installPreferences">

Back to the top