Skip to content

Commit

Permalink
ci: do not display timestamps
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nashif authored and galak committed Jan 17, 2020
1 parent 12e7295 commit d6d0b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6d0b64

Please sign in to comment.