diff options
| author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-07-31 12:09:49 +0200 |
|---|---|---|
| committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2025-07-31 12:15:48 +0200 |
| commit | 0564ccd787846888589c2a5bd7bfa31222bdd888 (patch) | |
| tree | b8d4214d654a6bd6e37b2d5871d3fe6cd1129791 /scripts | |
| parent | 3e02e42e76589aa2b349e003fd6b7b484a6856f2 (diff) | |
| download | vyos-build-0564ccd787846888589c2a5bd7bfa31222bdd888.tar.gz vyos-build-0564ccd787846888589c2a5bd7bfa31222bdd888.zip | |
tpm: T7628: Fix typo in test expected string
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/check-qemu-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 61880a23..91290a31 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -813,7 +813,7 @@ try: except pexpect.TIMEOUT: log.warning('Did not find GRUB countdown window, ignoring') - c.expect('.*Encrypted config volume has not been mounted', timeout=120) + c.expect('.*encrypted config volume will not be automatically mounted', timeout=120) loginVM(c, log) |
