projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85d1ec1
)
fuse/runtests: disable impl_a/impl_b on mac, as they don't actually work.
author
robk-tahoe
<robk-tahoe@allmydata.com>
Thu, 16 Oct 2008 14:32:32 +0000
(07:32 -0700)
committer
robk-tahoe
<robk-tahoe@allmydata.com>
Thu, 16 Oct 2008 14:32:32 +0000
(07:32 -0700)
contrib/fuse/runtests.py
patch
|
blob
|
history
diff --git
a/contrib/fuse/runtests.py
b/contrib/fuse/runtests.py
index 9f5591d6a8c63144fb5dfe45df7ff1a839e52107..b08d52be05285be111a0fe52b02f4c277d9e327c 100644
(file)
--- 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 = [