From f4a86c6f5432c16394b98f339030c5ea04d435e2 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 24 Jul 2017 18:40:41 +0000 Subject: [PATCH 1/1] FIX: Path in run_report.sh Change-Id: I2341a23b6165d0cec760021980937a3dc8dde7f0 Signed-off-by: Peter Mikus --- resources/tools/report_gen/run_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index 68a022d59e..3ce64b7c5c 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -162,7 +162,7 @@ then for i in ${blds[@]}; do unzip -o ${DIR[STATIC,ARCH]}/${JOB[PERF,VPP]}-${i}.zip -d ${DIR[WORKING]}/ python run_robot_json_data.py \ - --input ${DIR[WORKING]}/output.xml \ + --input ${DIR[WORKING]}/robot-plugin/output.xml \ --output ${DIR[DTR,PERF,VPP,IMPRV]}/${JOB[PERF,VPP]}-${i}.json \ --vdevice ${i} done -- 2.16.6