summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2019-02-05 12:15:08 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2019-02-05 12:30:51 -0500
commit4f464870ea1f0f45abde3c10796b3f9268fbe757 (patch)
tree41cb127dc7c9a1222a5965ee6f774efe2ba9ec5d /debian
parentc40a76c5acdba3dc141cbeaf250ca394ae29ee20 (diff)
Run tests verbosely
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/verbose-build.patch14
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index eb7aeee1..df422d2d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ python-scripts-libraries.patch
skip-dot-pc.patch
remove-ssrmatching.patch
spelling.patch
+verbose-build.patch
diff --git a/debian/patches/verbose-build.patch b/debian/patches/verbose-build.patch
new file mode 100644
index 00000000..5a442d21
--- /dev/null
+++ b/debian/patches/verbose-build.patch
@@ -0,0 +1,14 @@
+From: Benjamin Barenblat <bbaren@debian.org>
+Subject: Run tests verbosely
+Forwarded: no
+--- a/Makefile.build
++++ b/Makefile.build
+@@ -619,7 +619,7 @@
+ $(SHOW)'MAKE $(notdir $@)'
+ $(HIDE)echo "Require $(ALLMODS)." > $@
+
+-MAKE_TSOPTS=-C test-suite -s VERBOSE=$(VERBOSE)
++MAKE_TSOPTS=-C test-suite VERBOSE=$(VERBOSE)
+
+ check: validate test-suite
+