]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fuse/runtests: disable impl_a/impl_b on mac, as they don't actually work.
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 16 Oct 2008 14:32:32 +0000 (07:32 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 16 Oct 2008 14:32:32 +0000 (07:32 -0700)
contrib/fuse/runtests.py

index 9f5591d6a8c63144fb5dfe45df7ff1a839e52107..b08d52be05285be111a0fe52b02f4c277d9e327c 100644 (file)
@@ -70,9 +70,9 @@ implementations = {
                    suites=['read', 'write', ]),
     }
 
-#if sys.platform == 'darwin':
-    #del implementations['impl_a']
-    #del implementations['impl_b']
+if sys.platform == 'darwin':
+    del implementations['impl_a']
+    del implementations['impl_b']
 
 class FuseTestsOptions(usage.Options):
     optParameters = [