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
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ let
# Make sure that we get a login prompt etc. # Make sure that we get a login prompt etc.
$machine->succeed("echo hello"); $machine->succeed("echo hello");
$machine->waitForUnit('getty@tty2'); #$machine->waitForUnit('getty@tty2');
$machine->waitForUnit("rogue"); $machine->waitForUnit("rogue");
$machine->waitForUnit("nixos-manual"); $machine->waitForUnit("nixos-manual");
$machine->waitForUnit("dhcpcd"); $machine->waitForUnit("dhcpcd");