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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue