aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/test.py
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-04-11 19:55:16 +0900
committerOphestra <cat@gensokyo.uk>2025-04-11 19:55:16 +0900
commit807d511c8b87b9a173bd89ee49c73330fa8b93c7 (patch)
treeaba7aecd7153451331b6c7a6a64b02bf4ae0b9cf /test/sandbox/test.py
parent2f4f21fb183a1880c0363ad65f443b4af64a5359 (diff)
test/sandbox: check device outcome
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/test.py')
-rw-r--r--test/sandbox/test.py1
1 files changed, 1 insertions, 0 deletions
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)