mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00:00
test/py: typo occured
%s/occured/occurred/ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
cb03ec06f5
commit
da9ea5bb0d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def test_efi_selftest(u_boot_console):
|
|||
u_boot_console.run_command(cmd='bootefi selftest', wait_for_prompt=False)
|
||||
m = u_boot_console.p.expect(['Summary: 0 failures', 'Press any key'])
|
||||
if m != 0:
|
||||
raise Exception('Failures occured during the EFI selftest')
|
||||
raise Exception('Failures occurred during the EFI selftest')
|
||||
u_boot_console.run_command(cmd='', wait_for_echo=False, wait_for_prompt=False);
|
||||
m = u_boot_console.p.expect(['resetting', 'U-Boot'])
|
||||
if m != 0:
|
||||
|
|
Loading…
Reference in a new issue