From 1d0fbc4e03f43ac248a4f66dd8cda8097fc59b97 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 18 Dec 2024 13:42:19 +0100 Subject: Add debug in screenshot test Change-Id: I671992649ca2d352a6e920f99faa9d493e34122f Signed-off-by: Jan-Simon Moeller --- common/scripts/agl-screenshot-test.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/scripts') 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 -- cgit 1.2.3-korg