3
0
Fork 0
forked from mirrors/nixpkgs

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