X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fagl-screenshot-test.sh;h=7cbc23c0e4c07cc1ebac29d4aeafb892b836890c;hb=2f224b8bb845ca3d810bc22b401472b0a11e9c7c;hp=01d8231db22bbc03dc85411de5a88ce68803f3ae;hpb=95316ef0f718acf5ba40799bce6b304ae18b452e;p=src%2Fqa-testdefinitions.git 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 "#########################"