Skip to content

Commit

Permalink
Merge pull request #38979 from xeji/tests-systemd
Browse files Browse the repository at this point in the history
nixos/tests/systemd: fix broken test
  • Loading branch information
matthewbauer authored Apr 20, 2018
2 parents 0d8e415 + 9d5af58 commit 6b11a5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/tests/systemd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ import ./make-test.nix {

testScript = ''
$machine->waitForX;
# wait for user services
$machine->waitForUnit("default.target","alice");
# Regression test for https://github.com/NixOS/nixpkgs/issues/35415
subtest "configuration files are recognized by systemd", sub {
Expand Down

0 comments on commit 6b11a5f

Please sign in to comment.