ci: run sanitycheck in verbose mode

Call sanitycheck in verbose mode

Fixes #21483

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-12-18 08:26:42 -05:00
commit 81b2f37a9d

View file

@ -20,7 +20,7 @@
set -xe set -xe
sanitycheck_options=" --inline-logs -N --timestamps" sanitycheck_options=" --inline-logs -N --timestamps -v"
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