SPEC-4816: Fix upload in agl-extend-test.sh
[src/qa-testdefinitions.git] / common / scripts / agl-screenshot-test.sh
index 2e603c1..9eb0085 100755 (executable)
@@ -125,6 +125,7 @@ set -x
        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
 set +x