diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-07-31 16:10:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-31 16:10:54 +0200 |
| commit | 43fdd70e9a6f5f962e05f9a714fa87eeae3b46f8 (patch) | |
| tree | b8d4214d654a6bd6e37b2d5871d3fe6cd1129791 /scripts | |
| parent | 3e02e42e76589aa2b349e003fd6b7b484a6856f2 (diff) | |
| parent | 0564ccd787846888589c2a5bd7bfa31222bdd888 (diff) | |
| download | vyos-build-43fdd70e9a6f5f962e05f9a714fa87eeae3b46f8.tar.gz vyos-build-43fdd70e9a6f5f962e05f9a714fa87eeae3b46f8.zip | |
Merge pull request #1003 from sarthurdev/T7628
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) |
