mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01:00
tests: adjust wait_for_text calls to work for systemd-initrd or old stage-1
This commit is contained in:
parent
d0d62973a0
commit
00a2e2c438
5 changed files with 5 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ makeDiskoTest {
|
|||
'';
|
||||
enableOCR = true;
|
||||
bootCommands = ''
|
||||
machine.wait_for_text("passphrase for")
|
||||
machine.wait_for_text("(?:passphrase|key) for")
|
||||
machine.send_chars("secretsecret\n")
|
||||
'';
|
||||
extraTestScript = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue