From: Jan-Simon Moeller Date: Fri, 5 May 2023 13:07:33 +0000 (+0200) Subject: Add image upload to qa-testdefinition. X-Git-Tag: 17.90.0~10 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fqa-testdefinitions.git;a=commitdiff_plain;h=2f224b8bb845ca3d810bc22b401472b0a11e9c7c Add image upload to qa-testdefinition. Signed-off-by: Jan-Simon Moeller Change-Id: Id5902477f8b946757427d344f47082b673031ce0 --- diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh index 01d8231..7cbc23c 100755 --- a/common/scripts/agl-screenshot-test.sh +++ b/common/scripts/agl-screenshot-test.sh @@ -117,9 +117,9 @@ if [ "${REF_IMAGE_SHA1SUM}" == "${IMAGE_SHA1SUM}" ]; then else echo "Screenshot does not match the reference image" FINALRET=127 - for i in agl-screenshot-*.png ; do + for i in /home/agl-driver/agl-screenshot-*.png ; do if [ -x ./artiproxy-upload.sh ];then - ./artiproxy-upload.sh $i dumpjournal + ./artiproxy-upload.sh $i $(basename $i) fi done echo "#########################"