Skip to content

Commit

Permalink
lib/terminal.robot: Execute UEFI Shell Command: disambiguate a var name
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag committed Feb 12, 2025
1 parent 2d2c0cd commit 9359b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/terminal.robot
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ Execute UEFI Shell Command
[Arguments] ${command} ${timeout}=30s ${uefi_shell_input_latency}=10
Set DUT Response Timeout ${timeout}
${length}= Get Length ${command}
${timeout}= Evaluate ${length} * ${uefi_shell_input_latency}
${input_delay}= Evaluate ${length} * ${uefi_shell_input_latency}
Write Bare Into Terminal ${command}
Sleep ${timeout}ms
Sleep ${input_delay}ms
Press Enter
${output}= Read From Terminal Until Prompt
RETURN ${output}

0 comments on commit 9359b45

Please sign in to comment.