Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-22 00:35:06 +0000
committerDavid Williams2013-02-22 00:35:06 +0000
commit86586d7c2201243b7de105e7d488eb8010a77268 (patch)
tree42276a8f9f59ce008971943b8d8590817c455a83 /production/testScripts
parent05c1f20d58cb4e272a6bf4cb1742c24cd62d7836 (diff)
downloadeclipse.platform.releng.aggregator-86586d7c2201243b7de105e7d488eb8010a77268.tar.gz
eclipse.platform.releng.aggregator-86586d7c2201243b7de105e7d488eb8010a77268.tar.xz
eclipse.platform.releng.aggregator-86586d7c2201243b7de105e7d488eb8010a77268.zip
[releng] prep for transition
Diffstat (limited to 'production/testScripts')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index acd31f87b..dfa3ec07c 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1292,7 +1292,7 @@
<target name="all">
<antcall target="quickTests" />
- <!--TEMP <antcall target="longRunningTests" /> -->
+ <antcall target="longRunningTests" />
</target>
@@ -1315,7 +1315,7 @@
name="message"
value="end platform" />
</antcall>
-<!--TEMP
+
<antcall target="markCurrentTime">
<param
name="message"
@@ -1345,7 +1345,7 @@
name="message"
value="end quickTests" />
</antcall>
--->
+
</target>
<target name="longRunningTests">
@@ -1408,7 +1408,6 @@
<target name="platform">
<!-- remove for now, bug 400385 <antcall target="relEng" /> -->
<antcall target="ant" />
- <!-- TEMP
<antcall target="antui" />
<antcall target="compare" />
<antcall target="coreruntime" />
@@ -1437,7 +1436,7 @@
<antcall target="bidi" />
<antcall target="ltkuirefactoringtests" />
<antcall target="ltkcorerefactoringtests" />
- -->
+
</target>
<!-- this group is "platform tests" that are Long Running (or, perhaps

Back to the top