summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-01-24 16:27:27 +0100
committerTomas Bzatek <tbzatek@redhat.com>2013-01-24 16:27:27 +0100
commitcbf8ab9b09c6d29850ebee97ad8a38b3bf5dd784 (patch)
treef1ba3dc487a439c3e7a38b7808b5beabf961c322 /test
parent54914bbc688d108c95f3d7a51bfe29d2a917a287 (diff)
downloadgvfs-cbf8ab9b09c6d29850ebee97ad8a38b3bf5dd784.tar.gz
gvfs-test: More verbosity for SMB and HTTP backends
Diffstat (limited to 'test')
-rwxr-xr-xtest/gvfs-test2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/gvfs-test b/test/gvfs-test
index 9682c5a8..97172151 100755
--- a/test/gvfs-test
+++ b/test/gvfs-test
@@ -1630,6 +1630,8 @@ def start_dbus():
env = os.environ.copy()
env['G_MESSAGES_DEBUG'] = 'all'
env['GVFS_DEBUG'] = 'all'
+ env['GVFS_SMB_DEBUG'] = '6'
+ env['GVFS_HTTP_DEBUG'] = 'all'
env['LIBSMB_PROG'] = "nc localhost 1445"
dbus_daemon = subprocess.Popen(
['dbus-daemon', '--config-file', dbus_conf, '--print-address=1'],