resc: cmake: robot: Rename Renode variable
Rename Renode variable used to store the .elf file path from `bin` to `elf` for consistency. Signed-off-by: Michał Szprejda <mszprejda@antmicro.com>
This commit is contained in:
parent
7bc9a98a70
commit
959ea1a172
9 changed files with 9 additions and 9 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
*** Keywords ***
|
||||
Prepare Machine
|
||||
Execute Command $bin = ${ELF}
|
||||
Execute Command $elf = ${ELF}
|
||||
Execute Command include ${RESC}
|
||||
Create Terminal Tester ${UART}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue