BUILD: Makefile: exclude broken tests by default
authorWilliam Dauchy <wdauchy@gmail.com>
Thu, 7 Jan 2021 16:10:51 +0000 (17:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Jan 2021 14:18:49 +0000 (15:18 +0100)
commitcc0598a5ac0b57f10932afb613ddbf7b1bd2a7ae
tree2ec460f9ffc0dfd4402dae4723b4d8ca10cd86f6
parent55ed7c419ff616d352dc6beba5b751c53a4a40eb
BUILD: Makefile: exclude broken tests by default

it could be sometimes a bit confusing to have tests which are known to
be broken executed in the default `make reg-tests` command, especially
for not frequent contributors which are not necessarily aware of all our
quirks.

without this patch, this test is failing on my side:
  #    top  TEST reg-tests/seamless-reload/abns_socket.vtc FAILED (2.228) exit=2
  1 tests failed, 0 tests skipped, 107 tests passed

Signed-off-by: William Dauchy <wdauchy@gmail.com>
(cherry picked from commit 3bad3d5ee64caec53077018a848075bdc817580e)
Signed-off-by: Willy Tarreau <w@1wt.eu>
Makefile