]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
startstop_node.py: remove redundant --basedir check that failed tests
authorBrian Warner <warner@lothar.com>
Mon, 13 May 2013 15:57:00 +0000 (08:57 -0700)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 14 Oct 2014 17:12:20 +0000 (18:12 +0100)
commit15720c4f179bab12d9505da99f5696200f52db13
tree7fe38dd8209f69a0c7bbb86575dd34e55a76e7c4
parent8c10beddebe4ff743e0e393b0fcf53fd13ccb01c
startstop_node.py: remove redundant --basedir check that failed tests

startstop_node.start() already checks that the basedir exists and emits
an error message. The extra check in StartOptions.parseArgs() caused
unit tests to fail (because none of the sample directories tested,
including ~/.tahoe, exist). So I removed the redundant check.
src/allmydata/scripts/startstop_node.py
src/allmydata/test/test_cli.py