1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

installer test: Don't wait for getty@tty2 because it's started lazily

This commit is contained in:
Eelco Dolstra 2012-11-09 11:45:57 +01:00
parent 1350816199
commit d5aae18587

View file

@ -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");