From: robk-tahoe Date: Thu, 16 Oct 2008 14:32:32 +0000 (-0700) Subject: fuse/runtests: disable impl_a/impl_b on mac, as they don't actually work. X-Git-Url: https://git.rkrishnan.org/architecture.txt?a=commitdiff_plain;h=6a78000b55e4b59e6fa49041bd16766a1d84f545;p=tahoe-lafs%2Ftahoe-lafs.git fuse/runtests: disable impl_a/impl_b on mac, as they don't actually work. --- diff --git a/contrib/fuse/runtests.py b/contrib/fuse/runtests.py index 9f5591d6..b08d52be 100644 --- a/contrib/fuse/runtests.py +++ b/contrib/fuse/runtests.py @@ -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 = [