]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
contrib/fuse/runtests.py: Tolerate the tahoe CLI returning deprecation warnings
authorfrancois <francois@ctrlaltdel.ch>
Sat, 9 Jan 2010 17:59:46 +0000 (09:59 -0800)
committerfrancois <francois@ctrlaltdel.ch>
Sat, 9 Jan 2010 17:59:46 +0000 (09:59 -0800)
commitd0c6aa569d965b3dd863d5882e01d443c42d88f6
treeea9b19b0f82bc088445aeeacaee217307c5b7797
parenteb9358ff6de5cd23f47fe051b4694e7b88a0d96b
contrib/fuse/runtests.py: Tolerate the tahoe CLI returning deprecation warnings

Depending on the versions of external libraries such as Twisted of Foolscap,
the tahoe CLI can display deprecation warnings on stdout.  The tests should
not interpret those warnings as a failure if the node is in fact correctly
started.

See http://allmydata.org/trac/tahoe/ticket/859 for an example of deprecation
warnings.

fixes #876
contrib/fuse/runtests.py