mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
* Stupid timing sensitivity...
svn path=/nixos/trunk/; revision=27987
This commit is contained in:
parent
31afd2bb2e
commit
9df53632ad
@ -14,6 +14,7 @@
|
||||
# Log in as alice on a virtual console.
|
||||
subtest "virtual console login", sub {
|
||||
$machine->waitForJob("tty1");
|
||||
$machine->sleep(2); # urgh: wait for username prompt
|
||||
$machine->sendChars("alice\n");
|
||||
$machine->waitUntilSucceeds("pgrep login");
|
||||
$machine->sleep(2); # urgh: wait for `Password:'
|
||||
|
Loading…
Reference in New Issue
Block a user