All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] test: typo curren
@ 2024-04-09  7:55 Heinrich Schuchardt
  2024-04-09  8:41 ` Igor Opaniuk
  2024-04-18  3:40 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2024-04-09  7:55 UTC (permalink / raw)
  To: Ilias Apalodimas; +Cc: u-boot, Heinrich Schuchardt

Fix typos in test_eficonfig.py: %s/curren/current/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 test/py/tests/test_eficonfig/test_eficonfig.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/py/tests/test_eficonfig/test_eficonfig.py b/test/py/tests/test_eficonfig/test_eficonfig.py
index b0a6cc47df2..1d8e033f75d 100644
--- a/test/py/tests/test_eficonfig/test_eficonfig.py
+++ b/test/py/tests/test_eficonfig/test_eficonfig.py
@@ -224,7 +224,7 @@ def test_efi_eficonfig(u_boot_console, efi_eficonfig_data):
 
         # Change the Boot Order
         press_up_down_enter_and_wait(0, 2, True, None)
-        # Check the curren BootOrder
+        # Check the current BootOrder
         for i in ('test 2', 'test 1', 'host 0:1', 'Save', 'Quit'):
             u_boot_console.p.expect([i])
         # move 'test 2' to the second entry
@@ -269,7 +269,7 @@ def test_efi_eficonfig(u_boot_console, efi_eficonfig_data):
         u_boot_console.run_command('eficonfig', wait_for_prompt=False)
         # Select 'Edit Boot Option'
         press_up_down_enter_and_wait(0, 1, True, None)
-        # Check the curren BootOrder
+        # Check the current BootOrder
         for i in ('test 1', 'Quit'):
             u_boot_console.p.expect([i])
         press_up_down_enter_and_wait(0, 0, True, None)
@@ -326,7 +326,7 @@ def test_efi_eficonfig(u_boot_console, efi_eficonfig_data):
 
         # Select 'Delete Boot Option'
         press_up_down_enter_and_wait(0, 3, True, None)
-        # Check the curren BootOrder
+        # Check the current BootOrder
         for i in ('test 3', 'Quit'):
             u_boot_console.p.expect([i])
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] test: typo curren
  2024-04-09  7:55 [PATCH 1/1] test: typo curren Heinrich Schuchardt
@ 2024-04-09  8:41 ` Igor Opaniuk
  2024-04-18  3:40 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Igor Opaniuk @ 2024-04-09  8:41 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Ilias Apalodimas, u-boot

On Tue, Apr 9, 2024 at 9:56 AM Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> Fix typos in test_eficonfig.py: %s/curren/current/
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  test/py/tests/test_eficonfig/test_eficonfig.py | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/test/py/tests/test_eficonfig/test_eficonfig.py b/test/py/tests/test_eficonfig/test_eficonfig.py
> index b0a6cc47df2..1d8e033f75d 100644
> --- a/test/py/tests/test_eficonfig/test_eficonfig.py
> +++ b/test/py/tests/test_eficonfig/test_eficonfig.py
> @@ -224,7 +224,7 @@ def test_efi_eficonfig(u_boot_console, efi_eficonfig_data):
>
>          # Change the Boot Order
>          press_up_down_enter_and_wait(0, 2, True, None)
> -        # Check the curren BootOrder
> +        # Check the current BootOrder
>          for i in ('test 2', 'test 1', 'host 0:1', 'Save', 'Quit'):
>              u_boot_console.p.expect([i])
>          # move 'test 2' to the second entry
> @@ -269,7 +269,7 @@ def test_efi_eficonfig(u_boot_console, efi_eficonfig_data):
>          u_boot_console.run_command('eficonfig', wait_for_prompt=False)
>          # Select 'Edit Boot Option'
>          press_up_down_enter_and_wait(0, 1, True, None)
> -        # Check the curren BootOrder
> +        # Check the current BootOrder
>          for i in ('test 1', 'Quit'):
>              u_boot_console.p.expect([i])
>          press_up_down_enter_and_wait(0, 0, True, None)
> @@ -326,7 +326,7 @@ def test_efi_eficonfig(u_boot_console, efi_eficonfig_data):
>
>          # Select 'Delete Boot Option'
>          press_up_down_enter_and_wait(0, 3, True, None)
> -        # Check the curren BootOrder
> +        # Check the current BootOrder
>          for i in ('test 3', 'Quit'):
>              u_boot_console.p.expect([i])
>
> --
> 2.43.0
>
Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com>

-- 
Best regards - Atentamente - Meilleures salutations

Igor Opaniuk

mailto: igor.opaniuk@gmail.com
skype: igor.opanyuk
https://www.linkedin.com/in/iopaniuk

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] test: typo curren
  2024-04-09  7:55 [PATCH 1/1] test: typo curren Heinrich Schuchardt
  2024-04-09  8:41 ` Igor Opaniuk
@ 2024-04-18  3:40 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2024-04-18  3:40 UTC (permalink / raw)
  To: Ilias Apalodimas, Heinrich Schuchardt; +Cc: u-boot

On Tue, 09 Apr 2024 09:55:49 +0200, Heinrich Schuchardt wrote:

> Fix typos in test_eficonfig.py: %s/curren/current/
> 
> 

Applied to u-boot/master, thanks!

-- 
Tom



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-18  3:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09  7:55 [PATCH 1/1] test: typo curren Heinrich Schuchardt
2024-04-09  8:41 ` Igor Opaniuk
2024-04-18  3:40 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.