]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTESTS: Replace REQUIRE_VERSION=2.5 with 'haproxy -cc'
authorTim Duesterhus <tim@bastelstu.be>
Fri, 11 Jun 2021 17:56:15 +0000 (19:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 17 Jun 2021 12:59:55 +0000 (14:59 +0200)
commit5efc48dcf1b133dd415c759e83b21d52dc303786
tree495df9ad24125440ee0170a7d50b85c97c721301
parent8a91fa4219f4cc47961dabb8b060f10915bea065
REGTESTS: Replace REQUIRE_VERSION=2.5 with 'haproxy -cc'

This is safe, because running `haproxy -cc 'version_atleast(2.5-dev0)'` on
HAProxy 2.4 will also result in an exit code of 1.
reg-tests/http-messaging/http_abortonclose.vtc
reg-tests/ssl/new_del_ssl_cafile.vtc
reg-tests/ssl/new_del_ssl_crlfile.vtc
reg-tests/ssl/set_ssl_cafile.vtc
reg-tests/ssl/set_ssl_crlfile.vtc
reg-tests/ssl/show_ssl_ocspresponse.vtc
reg-tests/startup/check_condition.vtc