commit | bca3a980e9bc23b04050988650de069f863acc94 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Jun 25 10:24:37 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 25 22:04:42 2018 +0200 |
tree | ca87156d56e55d0dce22d87629ff706457b8ac0e | |
parent | 6983be32f7aa612ba2bd6bfd189626cc0f65d180 [diff] |
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