ci: run sanitycheck in verbose mode

Run sanitycheck with -v to see what is running...

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-06-22 16:00:40 -04:00 committed by Kumar Gala
parent 905ffc3069
commit 96a0b7a106
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
set -xe
SANITYCHECK_OPTIONS=" --inline-logs --enable-coverage -N"
SANITYCHECK_OPTIONS=" --inline-logs --enable-coverage -N -v"
SANITYCHECK_OPTIONS_RETRY="${SANITYCHECK_OPTIONS} --only-failed --outdir=out-2nd-pass"
SANITYCHECK_OPTIONS_RETRY_2="${SANITYCHECK_OPTIONS} --only-failed --outdir=out-3nd-pass"
export BSIM_OUT_PATH="${BSIM_OUT_PATH:-/opt/bsim/}"