summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-07-17 22:44:54 +0300
committerNikolay Amiantov <ab@fmap.me>2016-07-17 22:44:54 +0300
commitf4ea97ae90c86f715f18579d823b2bb42cb6c28c (patch)
tree52049f3f65cbaa058fa26086f451aa198a51c07c /nixos
parent457460a86dc4e12aeece644ea3bee83cdc3d4e0a (diff)
downloadnixlib-f4ea97ae90c86f715f18579d823b2bb42cb6c28c.tar
nixlib-f4ea97ae90c86f715f18579d823b2bb42cb6c28c.tar.gz
nixlib-f4ea97ae90c86f715f18579d823b2bb42cb6c28c.tar.bz2
nixlib-f4ea97ae90c86f715f18579d823b2bb42cb6c28c.tar.lz
nixlib-f4ea97ae90c86f715f18579d823b2bb42cb6c28c.tar.xz
nixlib-f4ea97ae90c86f715f18579d823b2bb42cb6c28c.tar.zst
nixlib-f4ea97ae90c86f715f18579d823b2bb42cb6c28c.zip
Revert "nixos/tests/installer: Fix matching LUKS prompt"
This reverts commit ec072cbc4c87edd4ece210121dba83abeff0a018.

See also 193ab8be67ef941321e6b079db7e73b1d04cf9a8
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/installer.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 95fd4d5f2c2d..4a30cc18b021 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -365,7 +365,7 @@ in {
       enableOCR = true;
       preBootCommands = ''
         $machine->start;
-        $machine->waitForText(qr/Enter LUKS Passphrase/i);
+        $machine->waitForText(qr/Enter passphrase/);
         $machine->sendChars("supersecret\n");
       '';
     };