1
0
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:
Sergei Trofimov 2015-09-09 17:40:02 +01:00
parent b6c497d32b
commit 84f7adbfb2

View File

@ -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