From 604ec9f5cb041672efbe6355cd8c43dc691732e2 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 23 Nov 2020 21:51:24 -0500 Subject: Makefile: Run tests with --verbose during distcheck --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0fb535..b71ca26 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,9 @@ LOCAL_LDLIBS += -lacl -lcap -lattr -lrt # These libraries are not built with msan, so disable them MSAN_CFLAGS += -DBFS_HAS_SYS_ACL=0 -DBFS_HAS_SYS_CAPABILITY=0 -DBFS_HAS_SYS_XATTR=0 -DISTCHECK_FLAGS := TEST_FLAGS="--all --sudo" +DISTCHECK_FLAGS := TEST_FLAGS="--verbose --all --sudo" +else +DISTCHECK_FLAGS := TEST_FLAGS="--verbose" endif ifneq ($(filter asan,$(MAKECMDGOALS)),) -- cgit v1.2.3