Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-05-24 11:07:33 +0000
committerSravan Kumar Lakkimsetti2017-05-25 08:52:18 +0000
commit3f96349e95347048a2cc4323565c46371b579cda (patch)
treeebc72e2a6e422f2939ae04d6bd852c8a5900bfae
parentef7ed0ba0980efe181855d55cb89341a6b9b5c0f (diff)
downloadeclipse.platform.releng.aggregator-3f96349e95347048a2cc4323565c46371b579cda.tar.gz
eclipse.platform.releng.aggregator-3f96349e95347048a2cc4323565c46371b579cda.tar.xz
eclipse.platform.releng.aggregator-3f96349e95347048a2cc4323565c46371b579cda.zip
Bug 509922 - Performance tests are giving invalid test results
Change-Id: Icc264dcac9c8b2742563fd0b231d07d794c055f3 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xproduction/testScripts/updateTestResultsPages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/updateTestResultsPages.sh b/production/testScripts/updateTestResultsPages.sh
index c3bdea5c4..719316946 100755
--- a/production/testScripts/updateTestResultsPages.sh
+++ b/production/testScripts/updateTestResultsPages.sh
@@ -346,7 +346,7 @@ then
echo " current_prefix ${current_prefix}" #>> ${PERF_OUTFILE}
echo #>> ${PERF_OUTFILE}
- ${XVFB_RUN} ${XVFB_RUN_ARGS} ${ECLIPSE_EXE} --launcher.suppressErrors -nosplash -consolelog -debug -data $devworkspace -application org.eclipse.test.performance.ui.resultGenerator -baseline ${baselineForCurrent} -current ${buildId} -jvm 8.0 -config linux.gtk.x86_64 -config.properties "linux.gtk.x86_64,SUSE Linux Enterprise Server 11 (x86_64)" -output $perfOutput -dataDir ${dataDir} ${current_prefix} -print -vm ${devJRE} -vmargs ${vmargs} #>> ${PERF_OUTFILE}
+ ${XVFB_RUN} ${XVFB_RUN_ARGS} ${ECLIPSE_EXE} --launcher.suppressErrors -nosplash -consolelog -debug -data $devworkspace -application org.eclipse.test.performance.ui.resultGenerator -baseline ${baselineForCurrent} -current ${buildId} -jvm 8.0 -config linux.gtk.x86_64 -config.properties "linux.gtk.x86_64,SUSE Linux Enterprise Server 12 (x86_64)" -output $perfOutput -dataDir ${dataDir} ${current_prefix} -print -vm ${devJRE} -vmargs ${vmargs} #>> ${PERF_OUTFILE}
RC=$?
if [[ $RC != 0 ]]
then

Back to the top