Skip to content

Commit

Permalink
Merge pull request #47102 from xeji/p/test-atd
Browse files Browse the repository at this point in the history
nixos/tests/atd: wait for atd to start
  • Loading branch information
srhb committed Sep 21, 2018
2 parents 77ce79d + 8ffd65b commit a4e9ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/tests/atd.nix
Expand Up @@ -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");
Expand Down

0 comments on commit a4e9ab6

Please sign in to comment.