From: Remi Gacogne Date: Wed, 16 Dec 2020 11:31:19 +0000 (+0100) Subject: rec: Preload libasan, when defined, before running regression tests X-Git-Tag: rec-4.5.0-alpha1~62^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9879%2Fhead;p=thirdparty%2Fpdns.git rec: Preload libasan, when defined, before running regression tests --- diff --git a/regression-tests.recursor/runtests b/regression-tests.recursor/runtests index 90a9f0fea4..a7314103c1 100755 --- a/regression-tests.recursor/runtests +++ b/regression-tests.recursor/runtests @@ -15,6 +15,6 @@ fi testsdir=. export testsdir -nameserver=$PREFIX.9 port=53 ../regression-tests/runtests +LD_PRELOAD="${LIBASAN}" nameserver=$PREFIX.9 port=53 ../regression-tests/runtests context=recursor ../regression-tests/toxml ! grep . */diff