ci: do not display timestamps
With timestamps enabled, the log in shippable is very difficult to read, so remove those and enable them when needed for debugging only. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
12e7295307
commit
d6d0b6454b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue