]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTEST: script: Add the option --keep-logs to keep all log directories
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 19 Dec 2018 09:25:07 +0000 (10:25 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 20 Dec 2018 09:37:24 +0000 (10:37 +0100)
commit9c6df5ecb4acbf39e7413f97144ae767a7c2b414
tree1e0ba5414e16a4fa87330f4b02d8682823e26469
parent2a7cf922c17eada097c59274caa05c8a284b5db6
REGTEST: script: Add the option --keep-logs to keep all log directories

By default a log directory is kept only if the test fails. With this option it
is possible to always keep it. If this option is used, the result of all tests
are displayed (and not only the failing ones).
scripts/run-regtests.sh