summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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)