From 80c78c8b4316b530d0d2a48703e7469e548daff2 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 30 Mar 2023 14:49:12 +0200 Subject: releng-scripts: do not restart the user session yet Do not restart the user session, yet. This will happen in the screenshot test anyway. Doing it early will influence tests in-between the fixup and the screenshot. Signed-off-by: Jan-Simon Moeller Change-Id: I65606c0282402919512b1ff9815086103af9ad17 --- templates/tests/fixup-weston-watchdog.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tests/fixup-weston-watchdog.jinja2 b/templates/tests/fixup-weston-watchdog.jinja2 index af7d428..75c9157 100644 --- a/templates/tests/fixup-weston-watchdog.jinja2 +++ b/templates/tests/fixup-weston-watchdog.jinja2 @@ -16,7 +16,7 @@ # need to reload user-session and system daemon - su - agl-driver -c 'export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1001/bus" ; systemctl --user daemon-reload' - systemctl daemon-reload - - systemctl restart agl-session@agl-driver.service + #- systemctl restart agl-session@agl-driver.service - sleep 20 from: inline name: fixup-weston-watchdog -- cgit 1.2.3-korg