From 8e50293ab78e942ad6d2ea567e0a66226f56611f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 26 Feb 2025 13:52:44 +0900 Subject: [PATCH] test: remove sway process check This eliminates the race where systemd restarts sway too quick. Signed-off-by: Ophestra --- test/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.py b/test/test.py index 260df0f..87e76b0 100644 --- a/test/test.py +++ b/test/test.py @@ -206,7 +206,6 @@ print(machine.fail("sudo -u alice -i XDG_RUNTIME_DIR=/run/user/1000 strace-failu # Exit Sway and verify process exit status 0: swaymsg("exit", succeed=False) -machine.wait_until_fails("pgrep -x sway") machine.wait_for_file("/tmp/sway-exit-ok") # Print fortify runDir contents: