]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REGTEST/MINOR: Set HAPROXY_PROGRAM default value.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 25 Jun 2018 08:24:37 +0000 (10:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Jun 2018 20:04:42 +0000 (22:04 +0200)
commitbca3a980e9bc23b04050988650de069f863acc94
treeca87156d56e55d0dce22d87629ff706457b8ac0e
parent6983be32f7aa612ba2bd6bfd189626cc0f65d180
REGTEST/MINOR: Set HAPROXY_PROGRAM default value.

With this patch, we set HAPROXY_PROGRAM environment variable
default value to the haproxy executable of the current working directory.
So, if the current directory is the haproxy sources directory,
the reg-tests Makefile target may be run with this shorter command:

  $ VARNISTEST_PROGRAM=<...> make reg-tests

in place of

  $ VARNISTEST_PROGRAM=<...> HAPROXY_PROGRAM=<...> make reg-tests
Makefile