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-31 21:50:49 +0000 |
commit | 65ee84bb6e3f87021b09802c6672e95890e0d0eb (patch) | |
tree | 2015a0374446ba59f392a95879365f4c999e4113 | |
parent | cd4832739c4810c9b41b310d62195400e1456329 (diff) |
releng-scripts: do not restart the user session yetoctopus_15.0.2octopus_15.0.1octopus/15.0.2octopus/15.0.115.0.215.0.1
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
(cherry picked from commit 80c78c8b4316b530d0d2a48703e7469e548daff2)
-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 |