r49503 - in /desktop/unstable/glib2.0/debian: changelog tests/installed-tests

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Sun Aug 14 13:49:46 UTC 2016


Author: smcv
Date: Sun Aug 14 13:49:46 2016
New Revision: 49503

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49503
Log:
debian/tests/installed-tests: explicitly select built-in VFS and
volume monitor

Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/tests/installed-tests

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=49503&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog	[utf-8] Sun Aug 14 13:49:46 2016
@@ -5,6 +5,8 @@
     D-Bus-activated (even if it's disabled via GIO_USE_VFS and
     GIO_USE_VOLUME_MONITOR), resulting in logging from dbus-daemon.
     (Closes: #821031)
+  * debian/tests/installed-tests: explicitly select built-in VFS and
+    volume monitor
 
  -- Simon McVittie <smcv at debian.org>  Sun, 14 Aug 2016 14:46:44 +0100
 

Modified: desktop/unstable/glib2.0/debian/tests/installed-tests
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/tests/installed-tests?rev=49503&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/tests/installed-tests	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/tests/installed-tests	[utf-8] Sun Aug 14 13:49:46 2016
@@ -5,6 +5,11 @@
 
 set -e
 
+# Disable gvfs if it happens to be installed. We want to test the built-in
+# stuff
+export GIO_USE_VFS=local
+export GIO_USE_VOLUME_MONITOR=unix
+
 export XDG_RUNTIME_DIR=$ADTTMP
 
 dbus-run-session -- xvfb-run -a gnome-desktop-testing-runner glib




More information about the pkg-gnome-commits mailing list