aboutsummaryrefslogtreecommitdiffstats
path: root/common/scripts
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-12-18 13:42:19 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-12-18 13:56:26 +0100
commit1d0fbc4e03f43ac248a4f66dd8cda8097fc59b97 (patch)
tree8023fec9c00b080dc239bfd871ac5959f0763c7b /common/scripts
parent678c63ae73f5c70b9b06d292df74e66a9a1f7255 (diff)
Add debug in screenshot test
Change-Id: I671992649ca2d352a6e920f99faa9d493e34122f Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'common/scripts')
-rwxr-xr-xcommon/scripts/agl-screenshot-test.sh3
1 files changed, 3 insertions, 0 deletions
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