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:
Michał Szprejda 2024-03-04 17:51:33 +01:00 committed by Alberto Escolar
commit 959ea1a172
9 changed files with 9 additions and 9 deletions

View file

@ -2,6 +2,6 @@
*** Keywords ***
Prepare Machine
Execute Command $bin = ${ELF}
Execute Command $elf = ${ELF}
Execute Command include ${RESC}
Create Terminal Tester ${UART}