diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-05 15:23:15 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-05 15:23:15 +0200 |
commit | b0363b06ef5168fb252374953bc3a0cfba591870 (patch) | |
tree | bcb283f7a6bf019ce24d44600fe486ed7055cb6f /common | |
parent | 2f224b8bb845ca3d810bc22b401472b0a11e9c7c (diff) |
debug
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Icc2938efb7568ff65630a316a624b3372409d4d6
Diffstat (limited to 'common')
-rwxr-xr-x | common/scripts/agl-screenshot-test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |