run_ci.sh: Set EDTT_PATH
So that the EDTT tool could be used by this script, set its path so other scripts could find it Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
This commit is contained in:
parent
de160fd322
commit
9338e9215b
|
@ -26,6 +26,8 @@ if [ ! -d "${BSIM_OUT_PATH}" ]; then
|
|||
unset BSIM_OUT_PATH
|
||||
fi
|
||||
export BSIM_COMPONENTS_PATH="${BSIM_OUT_PATH}/components/"
|
||||
export EDTT_PATH="${EDTT_PATH:-../tools/edtt}"
|
||||
|
||||
bsim_bt_test_results_file="./bsim_bt_out/bsim_results.xml"
|
||||
west_commands_results_file="./pytest_out/west_commands.xml"
|
||||
|
||||
|
|
Loading…
Reference in New Issue