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:
Anas Nashif 2020-01-14 20:42:19 -05:00 committed by Kumar Gala
commit d6d0b6454b

View file

@ -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