]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Test] Set ASAN_OPTIONS explicitly for proxy test
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 11:26:31 +0000 (12:26 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 11:27:06 +0000 (12:27 +0100)
commitdb1a597abc1a1da7a9053da32a55e68fdebab9a3
treec1f351e32b4b77f19252b3feb0a5649bb49652c0
parent85978498f952c9b8bf1a02abb7330d4b71d31d06
[Test] Set ASAN_OPTIONS explicitly for proxy test

Ensure ASAN_OPTIONS=detect_leaks=0 is set when running rspamc
in proxy test to avoid false positive leak detection, similar
to the fix in commit 8737a72.
test/integration/scripts/integration-test.sh