Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
twister: allow get_elf_file() to be called on native platforms
On native platforms we typically have CONFIG_BUILD_OUTPUT_EXE set so we end up with both zephyr.elf and zephyr.exe. This would cause a call to get_elf_file() to fail. There isn't any reason to error out since zephyr.elf and zephyr.exe should be identical. So allow it if the platform type is native. Signed-off-by: Kumar Gala <[email protected]>
- Loading branch information