From: Jan-Simon Moeller Date: Wed, 18 Dec 2024 12:42:19 +0000 (+0100) Subject: Add debug in screenshot test X-Git-Tag: 19.90.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1d0fbc4e03f43ac248a4f66dd8cda8097fc59b97;p=src%2Fqa-testdefinitions.git Add debug in screenshot test Change-Id: I671992649ca2d352a6e920f99faa9d493e34122f Signed-off-by: Jan-Simon Moeller --- diff --git a/common/scripts/agl-screenshot-test.sh b/common/scripts/agl-screenshot-test.sh index b03d029..9aac95c 100755 --- a/common/scripts/agl-screenshot-test.sh +++ b/common/scripts/agl-screenshot-test.sh @@ -45,6 +45,9 @@ sed -i '/^\[core\]/a activate-by-default=false' /etc/xdg/weston/weston.ini sed -i '/^\[core\]/a hide-cursor=true' /etc/xdg/weston/weston.ini # enable red/green/blue test screen echo 'HOMESCREEN_DEMO_CI=1' > /etc/default/$HOMESCREEN + +# debug +echo 'WAYLAND_DEBUG=1' >> /etc/default/agl-compositor sync systemctl daemon-reload || true sleep 2