diff --git a/scripts/ci/run_ci.sh b/scripts/ci/run_ci.sh index 1c66721a872705..fe7c5e53892541 100755 --- a/scripts/ci/run_ci.sh +++ b/scripts/ci/run_ci.sh @@ -20,7 +20,7 @@ set -xe -sanitycheck_options=" --inline-logs -N --timestamps -v" +sanitycheck_options=" --inline-logs -N -v" export BSIM_OUT_PATH="${BSIM_OUT_PATH:-/opt/bsim/}" if [ ! -d "${BSIM_OUT_PATH}" ]; then unset BSIM_OUT_PATH