Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Pazderski2019-08-13 07:31:20 +0000
committerPaul Pazderski2019-08-13 07:34:57 +0000
commit4b146d2aa46fa1733c242c08ac45b379724fcee4 (patch)
tree058a5287e185192fba5312c9936dae78bb489e92
parentd0ddc6ed9ad8453cbb6b64a87b1a72d9926f8e64 (diff)
downloadeclipse.platform.releng.aggregator-4b146d2aa46fa1733c242c08ac45b379724fcee4.tar.gz
eclipse.platform.releng.aggregator-4b146d2aa46fa1733c242c08ac45b379724fcee4.tar.xz
eclipse.platform.releng.aggregator-4b146d2aa46fa1733c242c08ac45b379724fcee4.zip
Bug 548523 - Performance tests are pending
Fix invocation of test result importer application. Change-Id: I16739d76ed53231b95c9195c0a48c4103723150c Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
-rwxr-xr-xproduction/testScripts/updateTestResultsPages.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/production/testScripts/updateTestResultsPages.sh b/production/testScripts/updateTestResultsPages.sh
index 44bc9950c..251c98f02 100755
--- a/production/testScripts/updateTestResultsPages.sh
+++ b/production/testScripts/updateTestResultsPages.sh
@@ -345,8 +345,8 @@ then
echo " XVFB_RUN_ARGS $XVFB_RUN_ARGS" #>> ${PERF_OUTFILE}
echo " current_prefix ${current_prefix}" #>> ${PERF_OUTFILE}
echo #>> ${PERF_OUTFILE}
-
- ${ECLIPSE_EXE} --launcher.suppressErrors -nosplash -consolelog -debug -data $devworkspace -application org.eclipse.test.performance.ui.ImportDataMain -jvm 8.0 -vm ${devJRE} -vmargs ${vmargs} $perfOutput/*-perf-samples.dat
+
+ ${ECLIPSE_EXE} --launcher.suppressErrors -nosplash -consolelog -debug -data $devworkspace -application org.eclipse.test.performance.ui.importPerformanceData -jvm 8.0 $perfOutput/*-perf-samples.dat -vm ${devJRE} -vmargs ${vmargs}
RC=$?
if [[ $RC != 0 ]]
then

Back to the top