screenshot-test: Extend startup delay and use no pager 62/26962/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 3 Dec 2021 20:58:23 +0000 (21:58 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 3 Dec 2021 20:58:46 +0000 (21:58 +0100)
We need more time on e.g. qemuarm to finish processing
and also have no pager enabled.

Bug-AGL: SPEC-4165

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I1f1d4adcc2b9b702b09e33005559d2d061f7472f

common/scripts/agl-screenshot-test.sh

index 70806aa..2256749 100755 (executable)
@@ -77,13 +77,13 @@ fi
 rm -rf agl-screenshot-*.png
 
 # give it a bit more time to display
-sleep 10
+sleep 30
 
 if $AGL_SCREENSHOOTER; then
        echo "Screenshot taken"
 else
        echo "##################################"
-       journalctl -b /usr/bin/agl-compositor
+       journalctl --no-pager -a -b /usr/bin/agl-compositor
        echo "##################################"
        exit 127
 fi