HI,
I cloned haproxy.
built it using:
make TARGET=generic USE_OPENSSL=1
when I run tests, it fails:
[root@pf0sqjlx haproxy]# VARNISHTEST_PROGRAM=`which varnishtest`
HAPROXY_PROGRAM=`pwd`/haproxy make reg-tests
**** top 0.0 extmacro def pwd=/home/ilia/xxx/haproxy
**** top 0.0 extmacro def localhost=127.0.0.1
**** top 0.0 extmacro def bad_backend=127.0.0.1 43201
**** top 0.0 extmacro def bad_ip=192.0.2.255
**** top 0.0 macro def tmpdir=/tmp/vtc.16011.2577ab83
* top 0.0 TEST reg-tests/seamless-reload/h00000.vtc starting
** top 0.0 === varnishtest "Seamless reload issue with abns sockets"
* top 0.0 TEST Seamless reload issue with abns sockets
** top 0.0 === feature ignore_unknown_macro
** top 0.0 === haproxy h1 -W -conf {
---- top 0.0 Unknown command: "haproxy"
* top 0.0 RESETTING after reg-tests/seamless-reload/h00000.vtc
* top 0.0 TEST reg-tests/seamless-reload/h00000.vtc FAILED
# top TEST reg-tests/seamless-reload/h00000.vtc FAILED (0.002) exit=2
make: *** [Makefile:1004: reg-tests] Error 123
[root@pf0sqjlx haproxy]#
any idea ?