diff --git a/reg-tests/mailers/healthcheckmail.vtc b/reg-tests/mailers/healthcheckmail.vtc index 821250fc8..208d350f6 100644 --- a/reg-tests/mailers/healthcheckmail.vtc +++ b/reg-tests/mailers/healthcheckmail.vtc @@ -12,6 +12,7 @@ syslog S1 -level notice { haproxy h1 -conf { global + lua-load ${testdir}/mailers.lua lua-load ${testdir}/healthcheckmail.lua defaults diff --git a/reg-tests/mailers/mailers.lua b/reg-tests/mailers/mailers.lua new file mode 120000 index 000000000..5ea4673d6 --- /dev/null +++ b/reg-tests/mailers/mailers.lua @@ -0,0 +1 @@ +../../examples/lua/mailers.lua \ No newline at end of file