r54441 - in /desktop/unstable/gjs/debian: changelog rules

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Sun Oct 15 10:46:43 UTC 2017


Author: smcv
Date: Sun Oct 15 10:46:43 2017
New Revision: 54441

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54441
Log:
d/rules: Run tests with VERBOSE=1 like dh_auto_test would

Modified:
    desktop/unstable/gjs/debian/changelog
    desktop/unstable/gjs/debian/rules

Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=54441&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog	[utf-8] Sun Oct 15 10:46:43 2017
@@ -2,6 +2,7 @@
 
   * d/rules: Actually run build-time tests. Thanks, Adrian Bunk
     (Closes: #878610)
+    - d/rules: Run tests with VERBOSE=1 like dh_auto_test would
 
  -- Simon McVittie <smcv at debian.org>  Sun, 15 Oct 2017 11:38:51 +0100
 

Modified: desktop/unstable/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/rules?rev=54441&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/rules	[utf-8] (original)
+++ desktop/unstable/gjs/debian/rules	[utf-8] Sun Oct 15 10:46:43 2017
@@ -27,7 +27,7 @@
 
 override_dh_auto_test:
 ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
-	make check
+	VERBOSE=1 make check
 endif
 
 override_dh_makeshlibs:




More information about the pkg-gnome-commits mailing list