From 314b8af79764dd983a56521753603ae3fd37ebd2 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 28 May 2020 08:18:49 -0400 Subject: [PATCH] ci: enable sanitycheck for integration Enable sample for integration. Signed-off-by: Anas Nashif --- scripts/ci/run_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/run_ci.sh b/scripts/ci/run_ci.sh index 64aa17ccc8d..7803d97350e 100755 --- a/scripts/ci/run_ci.sh +++ b/scripts/ci/run_ci.sh @@ -20,7 +20,7 @@ set -xe -sanitycheck_options=" --inline-logs -N -v" +sanitycheck_options=" --inline-logs -N -v --integration" export BSIM_OUT_PATH="${BSIM_OUT_PATH:-/opt/bsim/}" if [ ! -d "${BSIM_OUT_PATH}" ]; then unset BSIM_OUT_PATH