ci: enable sanitycheck for integration

Enable sample for integration.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-05-28 08:18:49 -04:00
parent 4fef7bf362
commit 314b8af797
1 changed files with 1 additions and 1 deletions

View File

@ -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