Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-12-18 21:24:57 +0000
committerDavid Williams2014-12-18 21:24:57 +0000
commitd44a431f3515a8e08649b52862fc09bf20a37cb1 (patch)
tree946296a4806e30ecc138be66cc326336230d83a4
parente0c6df3a8b3d59d239d54e6e5743bec649ebf9ab (diff)
downloadeclipse.platform.releng.aggregator-d44a431f3515a8e08649b52862fc09bf20a37cb1.tar.gz
eclipse.platform.releng.aggregator-d44a431f3515a8e08649b52862fc09bf20a37cb1.tar.xz
eclipse.platform.releng.aggregator-d44a431f3515a8e08649b52862fc09bf20a37cb1.zip
Bug 455656 - Error in display of performance results (M build named
instead of I build)
-rwxr-xr-xproduction/testScripts/updateTestResultsPages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/production/testScripts/updateTestResultsPages.sh b/production/testScripts/updateTestResultsPages.sh
index f332de100..2f8882caf 100755
--- a/production/testScripts/updateTestResultsPages.sh
+++ b/production/testScripts/updateTestResultsPages.sh
@@ -239,6 +239,7 @@ then
then
current_prefix=" -current.prefix M "
elif [[ ${buildType}} =~ [NI] ]]
+ then
current_prefix=" -current.prefix N,I "
else
echo -e "\n\tPROGRAM ERROR: build type did not equal expected value (M or N or I). Exiting.

Back to the top