Просмотр исходного кода

debian: Be verbose on make check errors by printing the test suite log

Guillem Jover лет назад: 12
Родитель
Сommit
f32d4b924e
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      debian/changelog
  2. 1 1
      debian/rules

+ 1 - 0
debian/changelog

@@ -94,6 +94,7 @@ dpkg (1.17.7) UNRELEASED; urgency=low
   * Add Conflicts to dpkg against packages using install-info that were
   * Add Conflicts to dpkg against packages using install-info that were
     removed after lenny or squeeze, but may have survived upgrades to wheezy.
     removed after lenny or squeeze, but may have survived upgrades to wheezy.
     Thanks to Andreas Beckmann <anbe@debian.org>. Closes: #735159
     Thanks to Andreas Beckmann <anbe@debian.org>. Closes: #735159
+  * Be verbose on «make check» errors by printing the test suite log.
 
 
   [ Updated dpkg translations ]
   [ Updated dpkg translations ]
   * German (Sven Joachim).
   * German (Sven Joachim).

+ 1 - 1
debian/rules

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