mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 12:20:02 +00:00
no more "tahoe start" here at all
This commit is contained in:
parent
aac36fb30a
commit
86d33e19c5
@ -390,12 +390,11 @@ class CreateNode(unittest.TestCase):
|
||||
class RunNode(common_util.SignalMixin, unittest.TestCase, pollmixin.PollMixin,
|
||||
RunBinTahoeMixin):
|
||||
"""
|
||||
exercise "tahoe run" (or "tahoe start", for a while), for both
|
||||
introducer, client node, and key-generator, by spawning "tahoe run" (or
|
||||
"tahoe start") as a subprocess. This doesn't get us line-level coverage,
|
||||
but it does a better job of confirming that the user can actually run
|
||||
"./bin/tahoe run" and expect it to work. This verifies that bin/tahoe
|
||||
sets up PYTHONPATH and the like correctly.
|
||||
exercise "tahoe run" for both introducer, client node, and key-generator,
|
||||
by spawning "tahoe run" (or "tahoe start") as a subprocess. This doesn't
|
||||
get us line-level coverage, but it does a better job of confirming that
|
||||
the user can actually run "./bin/tahoe run" and expect it to work. This
|
||||
verifies that bin/tahoe sets up PYTHONPATH and the like correctly.
|
||||
|
||||
This doesn't work on cygwin (it hangs forever), so we skip this test
|
||||
when we're on cygwin. It is likely that "tahoe start" itself doesn't
|
||||
|
Loading…
x
Reference in New Issue
Block a user