From 0edcb7c1d39bf92cfae7ebcaab278620ca35ef11 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 2 Nov 2025 17:00:59 +0900 Subject: [PATCH] test: print share directory This is more useful now that state is tracked here. Signed-off-by: Ophestra --- test/test.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 839a2b4..80cfa1b 100644 --- a/test/test.py +++ b/test/test.py @@ -271,7 +271,11 @@ machine.wait_until_fails("pgrep foot", timeout=5) swaymsg("exit", succeed=False) machine.wait_for_file("/tmp/sway-exit-ok") -# Print hakurei runDir contents: +# Print hakurei share and rundir contents: +print(machine.succeed("find /tmp/hakurei.0 " + + "-path '/tmp/hakurei.0/runtime/*/*' -prune -o " + + "-path '/tmp/hakurei.0/tmpdir/*/*' -prune -o " + + "-print")) print(machine.succeed("find /run/user/1000/hakurei")) # Verify go test status: