Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-03-20 21:33:13 +0000
committerDavid Williams2016-03-20 21:33:13 +0000
commit24c069bab007bbc60b048fc75647d4710da6af02 (patch)
tree6833fefbc623b3aa5eff249038c3979b3f9e1799 /production/testScripts/runTests2.xml
parent73019381e6a78e922c2086b9521c3acc39e8155a (diff)
downloadeclipse.platform.releng.aggregator-24c069bab007bbc60b048fc75647d4710da6af02.tar.gz
eclipse.platform.releng.aggregator-24c069bab007bbc60b048fc75647d4710da6af02.tar.xz
eclipse.platform.releng.aggregator-24c069bab007bbc60b048fc75647d4710da6af02.zip
Bug 490027 - quick test of "auto deploy" funtionality.
Diffstat (limited to 'production/testScripts/runTests2.xml')
-rw-r--r--production/testScripts/runTests2.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index f510ef537..b66585274 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -15,9 +15,11 @@
<property
name="selectiveVerbose"
value="false" />
- <!-- If not explicitly passed in from caller, assume 'all'. This is the
+ <!--
+ If not explicitly passed in from caller, assume 'all'. This is the
default target already, in global test.xml, but this allows us to be explicit
- (and, make sure it continues working). -->
+ (and, make sure it continues working).
+ -->
<condition
property="testSuite"
value="${env.testSuite}"

Back to the top