commit | a1065a1a4f7cb1f18d3036751c6451a7666cae5b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 08 09:56:20 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 08 09:59:24 2019 +0100 |
tree | ebf86e9bb13ec3fff49126e01583db3729776927 | |
parent | 69fc88c605e40d8401dde8e53c7a6f23901f6a70 [diff] |
DOC: regtest: make it clearer what the purpose of the "broken" series is The purpose of the "broken" series of reg tests is to integrate scripts which are known for triggering bugs that are not fixed at the time the script is merged. These ones are not useful to validate non-regression after merging a change, but have an important value to help fix the bug they trigger. This patch updates the description in the Makefile to make this clearer.