X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fagl-screenshot-test.sh;h=ca84b1cf22414f178e1fec0eb6c6ca46a19c1458;hb=b0363b06ef5168fb252374953bc3a0cfba591870;hp=7cbc23c0e4c07cc1ebac29d4aeafb892b836890c;hpb=2f224b8bb845ca3d810bc22b401472b0a11e9c7c;p=src%2Fqa-testdefinitions.git diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh index 7cbc23c..ca84b1c 100755 --- a/common/scripts/agl-screenshot-test.sh +++ b/common/scripts/agl-screenshot-test.sh @@ -115,12 +115,15 @@ if [ "${REF_IMAGE_SHA1SUM}" == "${IMAGE_SHA1SUM}" ]; then echo "Screenshot matches the reference image" FINALRET=0 else +set -x echo "Screenshot does not match the reference image" FINALRET=127 for i in /home/agl-driver/agl-screenshot-*.png ; do if [ -x ./artiproxy-upload.sh ];then ./artiproxy-upload.sh $i $(basename $i) fi +set +x + done echo "#########################" journalctl -t agl-compositor