mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
uefi menu: updated prompt_regex to handle debug UEFI builds.
This commit is contained in:
parent
b6c497d32b
commit
84f7adbfb2
@ -52,7 +52,7 @@ class UefiMenu(object):
|
||||
"""
|
||||
|
||||
option_regex = re.compile(r'^\[(\d+)\]\s+([^\r]+)\r\n', re.M)
|
||||
prompt_regex = re.compile(r'^([^\r\n]+):\s*', re.M)
|
||||
prompt_regex = re.compile(r'^(\S[^\r\n]+):\s*', re.M)
|
||||
invalid_regex = re.compile(r'Invalid input \(max (\d+)\)', re.M)
|
||||
|
||||
load_delay = 1 # seconds
|
||||
|
Loading…
x
Reference in New Issue
Block a user