]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTEST: add the option to test only a specific set of files
authorWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2018 07:29:15 +0000 (08:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Nov 2018 07:34:03 +0000 (08:34 +0100)
commitdb86333901033b574bcfc88a415b970fa676092c
tree7333115cdadfc0cf29c322e63869f4290f9e3cba
parent7fc3be76c776533637f8493eb9c0d84704589006
REGTEST: add the option to test only a specific set of files

It currently is quite difficult to re-reun a specific test after an
error occurs. This patch adds a REG_TEST_FILES variable to the makefile,
which will be used to override the find operation. This helps focusing
on a specific file, which is essential during bisect to figure what
commit introduced a specific regression. Multiple files may be tested,
the return code will indicate the number of failed tests.
Makefile