REGTESTS: run-regtests: match both "HAProxy" and "HA-Proxy" in the version
authorWilly Tarreau <w@1wt.eu>
Sun, 9 May 2021 04:12:41 +0000 (06:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 May 2021 04:12:41 +0000 (06:12 +0200)
commit5f3448f6dec0d08110793cda39e1f2fade7d4194
treecdb7e511b120ffa337e3957601134651ece819f5
parent9f0843f4e21af6872871b649932d805c473daaf6
REGTESTS: run-regtests: match both "HAProxy" and "HA-Proxy" in the version

The script checks the HAProxy version and was looking for "HA-Proxy" which
is hard-coded in haproxy.c, let's relax the test to also accept "HAProxy".
scripts/run-regtests.sh