From f053296f9bcef5f2c52c980ff5bc6046d2dd383e Mon Sep 17 00:00:00 2001 From: Anton Yuzhaninov Date: Tue, 13 Nov 2018 22:57:11 -0500 Subject: [PATCH] Don't print summary line It is mostly redundant. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8bdbc77e2c..2d01911ba1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -118,7 +118,7 @@ pipeline: - ulimit -c 2097152 # disable leak sanitizer: too many leaks detected, most of them probably FP - export ASAN_OPTIONS="detect_leaks=0:print_stacktrace=1:disable_coredump=0" - - export UBSAN_OPTIONS="print_stacktrace=1:log_path=/tmp/ubsan" + - export UBSAN_OPTIONS="print_stacktrace=1:print_summary=0:log_path=/tmp/ubsan" - cd /rspamd/fedora/build/test - set +e - ./rspamd-test -p /rspamd/lua; EXIT_CODE=$? -- 2.47.3