[gvfs] test: Fix running smb tests outside of testbed



commit 69de16025113d65e825c73238bc6a1baa8dcf889
Author: Ross Lagerwall <rosslagerwall gmail com>
Date:   Sun Feb 1 23:46:41 2015 +0000

    test: Fix running smb tests outside of testbed
    
    Remove the 'interactive' flag which causes smb to only run a single
    iteration before exiting.  This caues problems because of the way that
    gvfsd-smb tries multiple different authentication methods (e.g. kerberos
    first).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742169

 test/gvfs-test |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/gvfs-test b/test/gvfs-test
index 8bd6be2..67f07dc 100755
--- a/test/gvfs-test
+++ b/test/gvfs-test
@@ -758,7 +758,7 @@ ncalrpc dir = %(workdir)s/samba
 ''' % {'workdir': self.workdir})
 
         # start smbd
-        self.smbd = subprocess.Popen(['smbd', '-iFS', '-s', smbconf],
+        self.smbd = subprocess.Popen(['smbd', '-FS', '-s', smbconf],
                                      universal_newlines=True,
                                      stdout=subprocess.PIPE)
         time.sleep(1)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]