Fix the installer test

http://hydra.nixos.org/build/3253038
This commit is contained in:
Eelco Dolstra 2012-10-30 14:39:00 +01:00
parent 8caceffae8
commit 7a76bcd72a

View file

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