summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-07-31 16:10:54 +0200
committerGitHub <noreply@github.com>2025-07-31 16:10:54 +0200
commit43fdd70e9a6f5f962e05f9a714fa87eeae3b46f8 (patch)
treeb8d4214d654a6bd6e37b2d5871d3fe6cd1129791 /scripts
parent3e02e42e76589aa2b349e003fd6b7b484a6856f2 (diff)
parent0564ccd787846888589c2a5bd7bfa31222bdd888 (diff)
downloadvyos-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-xscripts/check-qemu-install2
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)