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:
parent
fa8f9d423d
commit
81b2f37a9d
|
@ -20,7 +20,7 @@
|
|||
|
||||
set -xe
|
||||
|
||||
sanitycheck_options=" --inline-logs -N --timestamps"
|
||||
sanitycheck_options=" --inline-logs -N --timestamps -v"
|
||||
export BSIM_OUT_PATH="${BSIM_OUT_PATH:-/opt/bsim/}"
|
||||
if [ ! -d "${BSIM_OUT_PATH}" ]; then
|
||||
unset BSIM_OUT_PATH
|
||||
|
|
Loading…
Reference in a new issue