zephyr/scripts/ci
Anas Nashif 4132ee3a05 ci: do not export BSIM env vars if bsim is not available
When running run_ci.sh locally with:

 ./scripts/ci/run_ci.sh -l -b master -R upstream/master..

we export BSIM_OUT_PATH unconditionally which causes sanitycheck to fail
on nrf52_bsim (it depends on BSIM_OUT_PATH variable).

Check if the path defined in BSIM_OUT_PATH is available and unset env.
variable if it is not.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-09-07 09:04:40 -04:00
..
get_modified_boards.py docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
get_modified_tests.py docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
run_ci.sh ci: do not export BSIM env vars if bsim is not available 2019-09-07 09:04:40 -04:00