From: Jan-Simon Moeller Date: Fri, 3 Dec 2021 20:58:23 +0000 (+0100) Subject: screenshot-test: Extend startup delay and use no pager X-Git-Tag: 12.91.0~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1cf5f088e8f2b6fdfbbe1760c07e4a6bef4a8883;p=src%2Fqa-testdefinitions.git screenshot-test: Extend startup delay and use no pager 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 Change-Id: I1f1d4adcc2b9b702b09e33005559d2d061f7472f --- diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh index 70806aa..2256749 100755 --- a/common/scripts/agl-screenshot-test.sh +++ b/common/scripts/agl-screenshot-test.sh @@ -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