mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-22 10:30:34 -04:00
REGTESTS: Do not use REQUIRE_VERSION for HAProxy 2.5+
Introduced in:
0657b9338 MINOR: stream: add "last_rule_file" and "last_rule_line" samples
This commit is contained in:
parent
f4f6c0f6bb
commit
fbbbc33df4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
varnishtest "Verify logging of last final rule"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
#REQUIRE_VERSION=2.6
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.6-dev0)'"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
server s1 {
|
||||
rxreq
|
||||
|
|
|
|||
Loading…
Reference in a new issue