Add debug in screenshot test
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 18 Dec 2024 12:42:19 +0000 (13:42 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 18 Dec 2024 12:56:26 +0000 (13:56 +0100)
Change-Id: I671992649ca2d352a6e920f99faa9d493e34122f
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
common/scripts/agl-screenshot-test.sh

index b03d029..9aac95c 100755 (executable)
@@ -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