]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
contrib/fuse/runtests.py: Fix #888, configure settings in tahoe.cfg and don't treat...
authorfrancois <francois@ctrlaltdel.ch>
Sat, 9 Jan 2010 12:30:10 +0000 (04:30 -0800)
committerfrancois <francois@ctrlaltdel.ch>
Sat, 9 Jan 2010 12:30:10 +0000 (04:30 -0800)
commitc16f50600d0021453e6e51e7a2f4f6a5c58a9029
treef8b6cbdf3593c1da4851df0b095cddca5d1134eb
parentde14791caf52ddf81999ae27d168344eacabf5ae
contrib/fuse/runtests.py: Fix #888, configure settings in tahoe.cfg and don't treat warnings as failure

Fix a few bitrotten pieces in the FUSE test script.  It now configures tahoe
node settings by editing tahoe.cfg which is the new supported method.

It alos tolerate warnings issued by the mount command, the cause of these
warnings is the same as in #876 (contrib/fuse/runtests.py doesn't tolerate
deprecations warnings).
contrib/fuse/runtests.py