aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sandbox/test.py')
-rw-r--r--test/sandbox/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sandbox/test.py b/test/sandbox/test.py
index 62311342..c1191483 100644
--- a/test/sandbox/test.py
+++ b/test/sandbox/test.py
@@ -79,8 +79,10 @@ check_sandbox("device")
check_sandbox("pdlike")
# Exit Sway and verify process exit status 0:
+machine.wait_until_fails("pgrep -x hakurei", timeout=5)
swaymsg("exit", succeed=False)
machine.wait_for_file("/tmp/sway-exit-ok")
# Print hakurei runDir contents:
print(machine.fail("ls /run/user/1000/hakurei"))
+machine.succeed("find /tmp -maxdepth 1 -type d -name '.hakurei-shim-*' -print -exec false '{}' +")