Merge pull request #47102 from xeji/p/test-atd
nixos/tests/atd: wait for atd to start
This commit is contained in:
commit
a4e9ab65f6
@ -16,6 +16,7 @@ import ./make-test.nix ({ pkgs, ... }:
|
||||
testScript = ''
|
||||
startAll;
|
||||
|
||||
$machine->waitForUnit('atd.service'); # wait for atd to start
|
||||
$machine->fail("test -f ~root/at-1");
|
||||
$machine->fail("test -f ~alice/at-1");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user