diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-03 21:58:23 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-03 21:58:46 +0100 |
commit | 1cf5f088e8f2b6fdfbbe1760c07e4a6bef4a8883 (patch) | |
tree | 78706d15823b535b356a96c979e341117b4bcf88 /common | |
parent | 3988bce81e25507409c8699f1033afc42f63b115 (diff) |
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 <jsmoeller@linuxfoundation.org>
Change-Id: I1f1d4adcc2b9b702b09e33005559d2d061f7472f
Diffstat (limited to 'common')
-rwxr-xr-x | common/scripts/agl-screenshot-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |