aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-11-02 17:00:59 +0900
committerOphestra <cat@gensokyo.uk>2025-11-02 17:00:59 +0900
commit0edcb7c1d39bf92cfae7ebcaab278620ca35ef11 (patch)
tree752b1635a742dcc64871e981f1e19e12f1fb2647 /test
parent0e5ca74b983f3a60c3e251f7794a1cad85d296fa (diff)
test: print share directory
This is more useful now that state is tracked here. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test')
-rw-r--r--test/test.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/test.py b/test/test.py
index 839a2b4e..80cfa1be 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: