diff options
author | Anton Yuzhaninov <citrin+git@citrin.ru> | 2018-11-13 22:57:11 -0500 |
---|---|---|
committer | Anton Yuzhaninov <citrin+git@citrin.ru> | 2018-11-13 22:57:11 -0500 |
commit | f053296f9bcef5f2c52c980ff5bc6046d2dd383e (patch) | |
tree | 936e636d0253e25bb328a34e4f7984b12c08f986 | |
parent | 53947bd6bc504e1450b11f6fc345d409bf3e9a86 (diff) | |
download | rspamd-f053296f9bcef5f2c52c980ff5bc6046d2dd383e.tar.gz rspamd-f053296f9bcef5f2c52c980ff5bc6046d2dd383e.zip |
Don't print summary line
It is mostly redundant.
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 8bdbc77e2..2d01911ba 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=$? |