mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-21 10:00:32 -04:00
REGTESTS: replace REQUIRE_VERSION by version_atleast
REQUIRE_VERSION usage is deprecated in regtests for version >= 2.5. This allows to specify full correct 3.0-dev9 version.
This commit is contained in:
parent
a65c6d3574
commit
437062255e
1 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,8 @@
|
|||
varnishtest "Preload counters via stats-file"
|
||||
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(3.0-dev9)'"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
#REQUIRE_VERSION=3.0
|
||||
|
||||
haproxy h1 -conf {
|
||||
global
|
||||
stats-file ${testdir}/sample-stats-file
|
||||
|
|
|
|||
Loading…
Reference in a new issue