From eae3034260b3abbb8da1deeddfef135b36eeb390 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Thu, 19 Dec 2024 21:36:17 +0900 Subject: state: expose aids and use instance id as key Fortify state store instances was specific to aids due to outdated design decisions carried over from the ego rewrite. That no longer makes sense in the current application, so the interface now enables a single store object to manage all transient state. Signed-off-by: Ophestra Umiker --- test.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test.nix') diff --git a/test.nix b/test.nix index 00bcba45..12384bc5 100644 --- a/test.nix +++ b/test.nix @@ -214,5 +214,8 @@ nixosTest { swaymsg("exit", succeed=False) machine.wait_until_fails("pgrep -x sway") machine.wait_for_file("/tmp/sway-exit-ok") + + # Print fortify runDir contents: + print(machine.succeed("find /run/user/1000/fortify")) ''; } -- cgit v1.3.1