Re: [PATCH] t/lib-httpd: pass LSAN_OPTIONS through apache

2019-05-07 Thread Josh Steadmon
On 2019.05.07 18:30, Jeff King wrote: > Just as we instruct Apache to pass through ASAN_OPTIONS (so that > server-side Git programs it spawns will respect our options while > running the tests), we should do the same with LSAN_OPTIONS. Otherwise > trying to collect a list of leaks like: > > ex

[PATCH] t/lib-httpd: pass LSAN_OPTIONS through apache

2019-05-07 Thread Jeff King
Just as we instruct Apache to pass through ASAN_OPTIONS (so that server-side Git programs it spawns will respect our options while running the tests), we should do the same with LSAN_OPTIONS. Otherwise trying to collect a list of leaks like: export LSAN_OPTIONS=exitcode=0:log_path=/tmp/lsan