Current version of VTest tests the output of "haproxy -c" instead of the
return code. Since we don't output anymore when the configuration is
valid, this broke the test. (
a06f621).
This fixes the issue by adding the -V when doing a -conf-OK. But this
must fixed in VTest.
bind "fd@${feh10}"
}
-haproxy h14 -conf-OK {
+haproxy h14 -arg -V -conf-OK {
defaults tcp
tcp-response inspect-delay 5s
tcp-response content accept
server www 127.0.0.1:80
}
-haproxy h17 -conf-OK {
+haproxy h17 -arg -V -conf-OK {
defaults common
mode http