r42305 - in /desktop/unstable/gvfs/debian: changelog tests/control tests/integration

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Thu Aug 28 13:08:18 UTC 2014


Author: mpitt
Date: Thu Aug 28 13:08:18 2014
New Revision: 42305

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42305
Log:
autopkgtest: Use "allow-stderr" instead of input redirection.

Modified:
    desktop/unstable/gvfs/debian/changelog
    desktop/unstable/gvfs/debian/tests/control
    desktop/unstable/gvfs/debian/tests/integration

Modified: desktop/unstable/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/changelog?rev=42305&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gvfs/debian/changelog	[utf-8] Thu Aug 28 13:08:18 2014
@@ -1,3 +1,9 @@
+gvfs (1.20.2-2) UNRELEASED; urgency=medium
+
+  * autopkgtest: Use "allow-stderr" instead of input redirection.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Thu, 28 Aug 2014 15:08:00 +0200
+
 gvfs (1.20.2-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gvfs/debian/tests/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/tests/control?rev=42305&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/tests/control	[utf-8] (original)
+++ desktop/unstable/gvfs/debian/tests/control	[utf-8] Thu Aug 28 13:08:18 2014
@@ -1,3 +1,3 @@
 Tests: integration
 Depends: @, python-twisted-core, dbus-x11, samba, apache2, apache2-prefork-dev, umockdev (>= 0.2.9), python3-gi, gir1.2-umockdev-1.0
-Restrictions: needs-root isolation-machine
+Restrictions: needs-root isolation-machine allow-stderr

Modified: desktop/unstable/gvfs/debian/tests/integration
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/tests/integration?rev=42305&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/tests/integration	[utf-8] (original)
+++ desktop/unstable/gvfs/debian/tests/integration	[utf-8] Thu Aug 28 13:08:18 2014
@@ -1,5 +1,4 @@
 #!/bin/sh
 set -e
 unset TMPDIR
-# this currently spits out some warnings, do not let them fail the tests
-test/gvfs-testbed test/gvfs-test 2>&1
+test/gvfs-testbed test/gvfs-test




More information about the pkg-gnome-commits mailing list