mirror of
https://github.com/tmux/tmux.git
synced 2026-07-09 02:49:30 +00:00
Set ASAN_OPTIONS in regress Makefile.
This commit is contained in:
@@ -8,6 +8,7 @@ all:
|
||||
for test in $(TESTS); do \
|
||||
printf '%-40s ' "$$test"; \
|
||||
start=$$(date +%s); \
|
||||
ASAN_OPTIONS="abort_on_error=1:detect_leaks=0:$$ASAN_OPTIONS"; \
|
||||
if env -i ASAN_OPTIONS="$$ASAN_OPTIONS" sh "$$test" >/dev/null 2>&1; then \
|
||||
end=$$(date +%s); \
|
||||
echo "PASS ($$((end - start))s)"; \
|
||||
|
||||
Reference in New Issue
Block a user