mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
test/py: u_boot_console_base.py: fix typo
run_command does not have a parameter wait_for_each. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
5c761ce586
commit
cd3e8a72a6
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class ConsoleBase(object):
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
cmd: The command to send.
|
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.
|
echo the command text back to its output.
|
||||||
send_nl: Boolean indicating whether to send a newline character
|
send_nl: Boolean indicating whether to send a newline character
|
||||||
after the command string.
|
after the command string.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue