From 807d511c8b87b9a173bd89ee49c73330fa8b93c7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 11 Apr 2025 19:55:16 +0900 Subject: test/sandbox: check device outcome Signed-off-by: Ophestra --- test/sandbox/test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sandbox/test.py') diff --git a/test/sandbox/test.py b/test/sandbox/test.py index 4bd7d20a..51a4c86f 100644 --- a/test/sandbox/test.py +++ b/test/sandbox/test.py @@ -62,6 +62,7 @@ def check_sandbox(name): check_sandbox("preset") check_sandbox("tty") check_sandbox("mapuid") +check_sandbox("device") # Exit Sway and verify process exit status 0: swaymsg("exit", succeed=False) -- cgit v1.3.1