mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixosTests.seatd: test service readiness
Would have prevented the regression fixed by 09384d7270 ("Revert
"sdnotify-wrapper: drop"").
This commit is contained in:
@@ -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)")
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user