commit | db86333901033b574bcfc88a415b970fa676092c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 23 08:29:15 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 23 08:34:03 2018 +0100 |
tree | 7333115cdadfc0cf29c322e63869f4290f9e3cba | |
parent | 7fc3be76c776533637f8493eb9c0d84704589006 [diff] |
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.