summaryrefslogtreecommitdiff
path: root/debian/patches/verbose-build.patch
blob: 5a442d21f7fb5a150f45932a66305d3c583c1121 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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