mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
uefi menu: updated prompt_regex to handle debug UEFI builds.
This commit is contained in:
@@ -52,7 +52,7 @@ class UefiMenu(object):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
option_regex = re.compile(r'^\[(\d+)\]\s+([^\r]+)\r\n', re.M)
|
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)
|
invalid_regex = re.compile(r'Invalid input \(max (\d+)\)', re.M)
|
||||||
|
|
||||||
load_delay = 1 # seconds
|
load_delay = 1 # seconds
|
||||||
|
Reference in New Issue
Block a user