summaryrefslogtreecommitdiff
path: root/debian/patches/verbose-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/verbose-build.patch')
-rw-r--r--debian/patches/verbose-build.patch14
1 files changed, 14 insertions, 0 deletions
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
+