From: Peter Mikus Date: Mon, 24 Jul 2017 18:40:41 +0000 (+0000) Subject: FIX: Path in run_report.sh X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=f4a86c6f5432c16394b98f339030c5ea04d435e2 FIX: Path in run_report.sh Change-Id: I2341a23b6165d0cec760021980937a3dc8dde7f0 Signed-off-by: Peter Mikus --- 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