r43744 - in /desktop/unstable/glib-networking/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Oct 22 21:34:13 UTC 2014


Author: pochu
Date: Wed Oct 22 21:34:13 2014
New Revision: 43744

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43744
Log:
* debian/rules:
  + Set VERBOSE so we get more information when a test fails.

Modified:
    desktop/unstable/glib-networking/debian/changelog
    desktop/unstable/glib-networking/debian/rules

Modified: desktop/unstable/glib-networking/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/changelog?rev=43744&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/changelog	[utf-8] Wed Oct 22 21:34:13 2014
@@ -3,6 +3,8 @@
   * debian/patches/01_connection_test.patch:
     + Disable tls/connection tests. They are racy and so unreliable.
       Closes: #762588.
+  * debian/rules:
+    + Set VERBOSE so we get more information when a test fails.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 22 Oct 2014 23:31:42 +0200
 

Modified: desktop/unstable/glib-networking/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/rules?rev=43744&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/rules	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/rules	[utf-8] Wed Oct 22 21:34:13 2014
@@ -7,6 +7,9 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+# Let's get failing tests' stdout and stderr so we have some information when
+# a build fails
+export VERBOSE=1
 DEB_MAKE_CHECK_TARGET = check
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-static \




More information about the pkg-gnome-commits mailing list