X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fscripts%2Fagl-screenshot-test.sh;h=22567494c9bb4266e6a760c05174b316f86f8b4a;hb=refs%2Fchanges%2F62%2F26962%2F1;hp=70806aac23d49d7b2e32dfb3b1ba4e6f6ca053dd;hpb=3988bce81e25507409c8699f1033afc42f63b115;p=src%2Fqa-testdefinitions.git 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