Pārlūkot izejas kodu

debian: Run autotest test suite in verbose mode

The autotest machinery does not print any log when a test fails which is
less than helpful when run on a build daemon.
Guillem Jover 9 gadi atpakaļ
vecāks
revīzija
703872d239
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      debian/rules

+ 2 - 1
debian/rules

@@ -81,7 +81,8 @@ check: build
 	dh_testdir
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	cd build-tree && $(MAKE) VERBOSE=1 TEST_PARALLEL=$(NUMJOBS) check
+	cd build-tree && $(MAKE) VERBOSE=1 TESTSUITEFLAGS=--verbose \
+	                         TEST_PARALLEL=$(NUMJOBS) check
 endif
 
 # Install the package underneath debian/tmp