[glib] Run volumemonitor test with local vfs
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Run volumemonitor test with local vfs
- Date: Fri, 13 Aug 2010 21:33:47 +0000 (UTC)
commit 13e55b84ebb1aa148260a7d21da6a592d1e1dadb
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Aug 13 15:15:21 2010 -0400
Run volumemonitor test with local vfs
This is an attempt to stop the test from hanging on some build bots
in build.gnome.org.
gio/tests/volumemonitor.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/tests/volumemonitor.c b/gio/tests/volumemonitor.c
index fe7d784..54123ec 100644
--- a/gio/tests/volumemonitor.c
+++ b/gio/tests/volumemonitor.c
@@ -164,6 +164,8 @@ main (int argc, char *argv[])
{
gboolean ret;
+ g_setenv ("GIO_USE_VFS", "local", FALSE);
+
g_type_init ();
g_test_init (&argc, &argv, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]