forked from mirrors/nixpkgs
installer test: Don't wait for getty@tty2 because it's started lazily
This commit is contained in:
parent
1350816199
commit
d5aae18587
|
@ -120,7 +120,7 @@ let
|
|||
|
||||
# Make sure that we get a login prompt etc.
|
||||
$machine->succeed("echo hello");
|
||||
$machine->waitForUnit('getty@tty2');
|
||||
#$machine->waitForUnit('getty@tty2');
|
||||
$machine->waitForUnit("rogue");
|
||||
$machine->waitForUnit("nixos-manual");
|
||||
$machine->waitForUnit("dhcpcd");
|
||||
|
|
Loading…
Reference in a new issue