Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-02 16:56:04 +0000
committerDavid Williams2013-02-02 16:56:04 +0000
commit6deb73c670344ba1b6e8d4254466d2c533301e27 (patch)
treecffbe5d31cedce8ff9683fa70c6b2b11f053d79e /production/promote-build.sh
parent2151fd8c37b6317bf24640447ee3b9ec7af1f39e (diff)
downloadeclipse.platform.releng.aggregator-6deb73c670344ba1b6e8d4254466d2c533301e27.tar.gz
eclipse.platform.releng.aggregator-6deb73c670344ba1b6e8d4254466d2c533301e27.tar.xz
eclipse.platform.releng.aggregator-6deb73c670344ba1b6e8d4254466d2c533301e27.zip
Bug 394293 - [CBI] launch the tests
Diffstat (limited to 'production/promote-build.sh')
-rw-r--r--production/promote-build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/production/promote-build.sh b/production/promote-build.sh
index 5506b025c..9bfb590f7 100644
--- a/production/promote-build.sh
+++ b/production/promote-build.sh
@@ -25,8 +25,6 @@ case $BUILD_TECH in
'CBI' )
echo "promote CBI build"
- # always assume true, for now, until debugged
- testbuildonly=true;
;;
*) echo "ERROR: Invalid argument to $(basename $0)";
usage;

Back to the top