mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-05 11:35:48 +08:00
tester: Fix target_start_regex
It seems that the text used match with the regular expression does not start with a line in general.
This commit is contained in:
parent
3f3249c0f7
commit
b8307aa287
@ -38,5 +38,5 @@ arch = arm
|
||||
jobs = 1
|
||||
tester = %{_rtscripts}/tftp.cfg
|
||||
test_restarts = 3
|
||||
target_start_regex = ^U-Boot .*
|
||||
target_start_regex = .*U-Boot .*
|
||||
requires = bsp_tty_dev
|
||||
|
@ -38,5 +38,5 @@ arch = powerpc
|
||||
jobs = 1
|
||||
tester = %{_rtscripts}/tftp.cfg
|
||||
test_restarts = 3
|
||||
target_start_regex = ^U-Boot .*
|
||||
target_start_regex = .*U-Boot .*
|
||||
requires = bsp_tty_dev
|
||||
|
@ -39,5 +39,5 @@ arch = powerpc
|
||||
jobs = 1
|
||||
tester = %{_rtscripts}/tftp.cfg
|
||||
test_restarts = 3
|
||||
target_start_regex = ^U-Boot .*
|
||||
target_start_regex = .*U-Boot .*
|
||||
requires = bsp_tty_dev
|
||||
|
@ -39,5 +39,5 @@ arch = powerpc
|
||||
jobs = 1
|
||||
tester = %{_rtscripts}/tftp.cfg
|
||||
test_restarts = 3
|
||||
target_start_regex = ^U-Boot .*
|
||||
target_start_regex = .*U-Boot .*
|
||||
requires = bsp_tty_dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user