Pass TEST_VERBOSE to all test programs.

This commit is contained in:
Todd C. Miller
2023-07-20 10:13:40 -06:00
parent 7499b2d274
commit 432ac12128
5 changed files with 48 additions and 47 deletions

View File

@@ -238,7 +238,8 @@ check: $(TEST_PROGS) check-fuzzer
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
MALLOC_CONF="abort:true,junk:true"; export MALLOC_CONF; \
LSAN_OPTIONS=suppressions=$(srcdir)/lsan_suppr.txt \
./check_python_examples ".libs/python_plugin.so"; \
./check_python_examples $(TEST_VERBOSE) \
".libs/python_plugin.so"; \
fi
check-verbose: