mirror of
https://github.com/nix-community/home-manager
synced 2024-11-24 21:53:18 +00:00
tests: fix integration test
This commit is contained in:
parent
a46e702093
commit
8cf9cb2ee7
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
|
||||
start_all()
|
||||
|
||||
machine.wait_for_unit("home-manager-alice.service")
|
||||
machine.wait_for_console_text("Finished Home Manager environment for alice.")
|
||||
|
||||
with subtest("Home Manager file"):
|
||||
# The file should be linked with the expected content.
|
||||
|
@ -73,7 +73,7 @@
|
|||
fail_as_alice("pueue status")
|
||||
|
||||
machine.systemctl("restart home-manager-alice.service")
|
||||
machine.wait_for_unit("home-manager-alice.service")
|
||||
machine.wait_for_console_text("Finished Home Manager environment for alice.")
|
||||
|
||||
actual = succeed_as_alice("pueue status")
|
||||
expected = "running"
|
||||
|
|
Loading…
Reference in a new issue