mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-08 20:30:16 +00:00
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