From 31b2171ff2cd7d4395d706cd6d8320eb72af2bca Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 24 May 2023 14:35:21 +0000 Subject: SPEC-4816: Fix upload in agl-extend-test.sh agl-extend-test.sh fail to upload a zip file, since it give the directory instead of the file to upload. While fixing this, add some extra test and debug around upload of files. Bug-AGL: SPEC-4816 Fixes: 2e5067e302bc ("qa-testdefinitions: add yaml and script for agl extend test") Change-Id: Ieeefa239398a82b2156391dfe8f58f654a6a29b3 Signed-off-by: Corentin LABBE (cherry picked from commit ecc62413b8ee33ecf886b2f4161b486c47db38de) --- common/scripts/agl-screenshot-test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'common/scripts/agl-screenshot-test.sh') diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh index 7cbc23c..6d3762c 100755 --- a/common/scripts/agl-screenshot-test.sh +++ b/common/scripts/agl-screenshot-test.sh @@ -119,6 +119,7 @@ else FINALRET=127 for i in /home/agl-driver/agl-screenshot-*.png ; do if [ -x ./artiproxy-upload.sh ];then + echo "DEBUG: upload screenshot $i" ./artiproxy-upload.sh $i $(basename $i) fi done -- cgit