From: david-sarah Date: Tue, 18 Jan 2011 20:57:29 +0000 (-0800) Subject: Documentation for 'tahoe debug trial' (rebased for trunk). refs #1296 X-Git-Url: https://git.rkrishnan.org/listings/pb2server.py?a=commitdiff_plain;h=bbc1f56981e7aebf008d7959f00ffa9b11a8b61f;p=tahoe-lafs%2Ftahoe-lafs.git Documentation for 'tahoe debug trial' (rebased for trunk). refs #1296 --- diff --git a/docs/frontends/CLI.rst b/docs/frontends/CLI.rst index 4b518e18..0d70b4f7 100644 --- a/docs/frontends/CLI.rst +++ b/docs/frontends/CLI.rst @@ -549,7 +549,8 @@ Storage Grid Maintenance Debugging ========= -For a list of all debugging commands, use "``tahoe debug``". +For a list of all debugging commands, use "``tahoe debug``". For more detailed +help on any of these commands, use "``tahoe debug COMMAND --help``". "``tahoe debug find-shares STORAGEINDEX NODEDIRS..``" will look through one or more storage nodes for the share files that are providing storage for the @@ -582,3 +583,6 @@ the PYTHONPATH correctly and runs the Python executable. "``tahoe debug corrupt-share SHAREFILE``" will flip a bit in the given sharefile. This can be used to test the client-side verification/repair code. Obviously, this command should not be used during normal operation. + +"``tahoe debug trial [OPTIONS] [TESTSUITE]``" will run the tests specified by +TESTSUITE (defaulting to the whole Tahoe test suite), using Twisted Trial. \ No newline at end of file