aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-05 15:07:33 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-05 15:08:27 +0200
commit02c65987721cef3002801eef89b03358b85509f5 (patch)
tree3422dc5390ef823780de4071501497dc0462e013
parent4cd7c4dad0ab150402fe250a13ddc2b9b09e0ce8 (diff)
Add image upload to qa-testdefinition.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: Id5902477f8b946757427d344f47082b673031ce0
-rwxr-xr-xcommon/scripts/agl-screenshot-test.sh4
1 files changed, 2 insertions, 2 deletions
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 "#########################"