diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-03-30 14:49:12 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-03-30 14:49:41 +0200 |
commit | 80c78c8b4316b530d0d2a48703e7469e548daff2 (patch) | |
tree | 00b8048a168efcf6a7b00d502d98a84f82bdf1aa | |
parent | 1c19e8cc2040bb3100e17c426bf6cab0c83debe4 (diff) |
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 <jsmoeller@linuxfoundation.org>
Change-Id: I65606c0282402919512b1ff9815086103af9ad17
-rw-r--r-- | templates/tests/fixup-weston-watchdog.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |