commit | d4f36e3eaa727d11b7976149da8d8a41f695f8b3 | [log] [tgz] |
---|---|---|
author | Frederic Lecaille <flecaille@haproxy.com> | Thu Dec 13 22:15:05 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 14 06:50:45 2018 +0100 |
tree | d2e79cbc003d5b92f52641b8ded5071822502389 | |
parent | 44d59146a6c00c73f3095eed820f5f792fca4ac1 [diff] |
REGTEST: Reg testing improvements. Add a new target to the Makefile named "reg-tests-help" to have an idea about how to run the reg tests from haproxy Makefile. Handle list of levels and lists of level range passed to make with LEVEL variable. New supported syntax: LEVEL=1,4 make reg-tests LEVEL=1-2,5-6 make reg-tests Add two new levels 5 and 6. 5 is for broken script, 6 for experimental scripts. Signed-off-by: Frédéric Lécaille <flecaille@haproxy.com>