Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-03-27 15:57:06 +0000
committerDavid Williams2016-03-27 15:57:06 +0000
commit4539f7a2565b1a0ee5a629ad62da516bea81e059 (patch)
treec667bcd814616c636d043fb0660a336dffe0508f /eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
parent2f0107f98033a45f3e3037c03bb886f30793f39a (diff)
downloadeclipse.platform.releng.aggregator-4539f7a2565b1a0ee5a629ad62da516bea81e059.tar.gz
eclipse.platform.releng.aggregator-4539f7a2565b1a0ee5a629ad62da516bea81e059.tar.xz
eclipse.platform.releng.aggregator-4539f7a2565b1a0ee5a629ad62da516bea81e059.zip
Bug 490440 Fix up minor errors
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
index 100ccf9eb..7d441c3bb 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
@@ -7,10 +7,10 @@
// while not sure how that can be controlled, eventually, in either case
// we'd probably want a consistent ordering.
-include_once("buildproperties.php");
+include("buildproperties.php");
$expectedTestConfigs = array();
-$expectedTestConfigs[]="ep46${BUILD_TYPE}-unit-lin64_linux.gtk.x86_64_8.0";
-$expectedTestConfigs[]="ep46${BUILD_TYPE}-unit-mac64_macosx.cocoa.x86_64_8.0";
-$expectedTestConfigs[]="ep46${BUILD_TYPE}-unit-win32_win32.win32.x86_8.0";
-$expectedTestConfigs[]="ep46${BUILD_TYPE}-unit-cen64_linux.gtk.x86_64_8.0";
+$expectedTestConfigs[]="ep46$BUILD_TYPE-unit-lin64_linux.gtk.x86_64_8.0";
+$expectedTestConfigs[]="ep46$BUILD_TYPE-unit-mac64_macosx.cocoa.x86_64_8.0";
+$expectedTestConfigs[]="ep46$BUILD_TYPE-unit-win32_win32.win32.x86_8.0";
+$expectedTestConfigs[]="ep46$BUILD_TYPE-unit-cen64_linux.gtk.x86_64_8.0";

Back to the top