ci: enable sanitycheck for integration
Enable sample for integration. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
4fef7bf362
commit
314b8af797
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
sanitycheck_options=" --inline-logs -N -v"
|
sanitycheck_options=" --inline-logs -N -v --integration"
|
||||||
export BSIM_OUT_PATH="${BSIM_OUT_PATH:-/opt/bsim/}"
|
export BSIM_OUT_PATH="${BSIM_OUT_PATH:-/opt/bsim/}"
|
||||||
if [ ! -d "${BSIM_OUT_PATH}" ]; then
|
if [ ! -d "${BSIM_OUT_PATH}" ]; then
|
||||||
unset BSIM_OUT_PATH
|
unset BSIM_OUT_PATH
|
||||||
|
|
Loading…
Reference in New Issue