]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CI: travis-ci: split asan step out of running tests
authorIlya Shipitsin <chipitsine@gmail.com>
Thu, 27 Aug 2020 16:00:09 +0000 (21:00 +0500)
committerWilly Tarreau <w@1wt.eu>
Tue, 15 Sep 2020 07:02:07 +0000 (09:02 +0200)
commite1c0e6921baef38a62d90e43a30cda007aad5c4c
tree229b725df1dcc3d784760bb62750e861d6dacb26
parent94636436dfda22487e0ac721a3545a656ae23498
CI: travis-ci: split asan step out of running tests

when asan (address sanitizer) is enabled, it's findings were mixed
with test debug output and it was hard to identify whether tests
failed or asan failed.

let us output asan log to separate file and report its findings
separately
.travis.yml