]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
test/py: u_boot_console_base.py: fix typo
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 14 Sep 2017 10:27:07 +0000 (12:27 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 15 Sep 2017 12:05:12 +0000 (08:05 -0400)
run_command does not have a parameter wait_for_each.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/py/u_boot_console_base.py

index b1f474236e4eaca6b1e0be679ab79edc8c279de8..eedf73f85831bb99c80d3502d185a95cd16f0e24 100644 (file)
@@ -160,7 +160,7 @@ class ConsoleBase(object):
 
         Args:
             cmd: The command to send.
-            wait_for_each: Boolean indicating whether to wait for U-Boot to
+            wait_for_echo: Boolean indicating whether to wait for U-Boot to
                 echo the command text back to its output.
             send_nl: Boolean indicating whether to send a newline character
                 after the command string.