mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
REGTEST: exclude OSX and generic targets from abns_socket.vtc
This one relies on Linux's abstract namespace sockets which are not available there. FreeBSD used to already be excluded.
This commit is contained in:
parent
4fd376d51d
commit
084354f0be
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ feature ignore_unknown_macro
|
|||
# expose-fd is available starting at version 1.8
|
||||
#REQUIRE_VERSION=1.8
|
||||
# abns@ sockets are not available on freebsd
|
||||
#EXCLUDE_TARGETS=freebsd
|
||||
#EXCLUDE_TARGETS=freebsd,osx,generic
|
||||
#REGTEST_TYPE=bug
|
||||
|
||||
haproxy h1 -W -conf {
|
||||
|
|
|
|||
Loading…
Reference in a new issue