summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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)),)