From d6d0b6454b7d241447fb2cec97c1718f7f9bcecf Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 14 Jan 2020 20:42:19 -0500 Subject: [PATCH] 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 --- scripts/ci/run_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/run_ci.sh b/scripts/ci/run_ci.sh index 1c66721a872705..fe7c5e53892541 100755 --- a/scripts/ci/run_ci.sh +++ b/scripts/ci/run_ci.sh @@ -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