From 003cb1e430739d8a464321b236ac6f34f7b39678 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 14 Aug 2025 14:52:17 +0300 Subject: debian/rules: enable verbose testsuite log In case there is a failure, there is no way to inspect the testsuite directory - all there will be is a CI or Launchpad runner log, so all information should be in that log. The CI `make check` and RPM spec also sets the --verbose flag. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 1808b15..d85de3c 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,9 @@ NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(NUMJOBS) endif +# In case `make check` fails, there will be a complete log. +export TESTSUITEFLAGS="--verbose" + %: dh $@ -- cgit v1.2.3