]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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 13:43:27 +0000 (14:43 +0100)
commit3bad3d5ee64caec53077018a848075bdc817580e
tree25388a03afefcae39fd52fd191b6403f77a1d219
parent761d64c7aef22330ff34faee5a37850320774597
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>
Makefile