commit | 4132ee3a050690bc5441b696ced4a5a4f8e891cf | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Mon Aug 26 13:32:20 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Sep 07 09:04:40 2019 -0400 |
tree | 7a38f988a7b1ce9c251c057b96103e38a5eeeefc | |
parent | 0790fdf0d71485615d56042814b24abc647ba2c4 [diff] |
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>