nixosTests.seatd: test service readiness

Would have prevented the regression fixed by 09384d7270 ("Revert
"sdnotify-wrapper: drop"").
This commit is contained in:
Alyssa Ross
2026-05-27 10:35:54 +02:00
parent 09384d7270
commit b122c4f078

View File

@@ -50,6 +50,7 @@ in
};
testScript = ''
machine.wait_for_unit("seatd.service")
machine.wait_for_file("/tmp/foot_started")
machine.succeed("test $(seatd-client-pid) = $(pgrep dwl)")
'';