tests: kconfig: fix path for different repo names
Test expected path "zephyr/boards/Kconfig" but failed when the repository had a different name. Changed to "boards/Kconfig" to work with any repository name, as code below. Signed-off-by: Mateusz Junkier <mateusz.junkier@intel.com>
This commit is contained in:
committed by
Fabio Baltieri
parent
98e98be846
commit
754f972b4d
@@ -26,7 +26,7 @@ EXPECTED_TRACES = [
|
||||
"string",
|
||||
"native_sim",
|
||||
"default",
|
||||
[ "zephyr/boards/Kconfig", None ] # only test the file name
|
||||
[ "boards/Kconfig", None ] # only test the file name
|
||||
],
|
||||
[
|
||||
"CONFIG_MAIN_FLAG",
|
||||
|
||||
Reference in New Issue
Block a user