mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
replace tabs with spaces in the #1441 'tahoe debug' synopsis
This commit is contained in:
parent
0dc917af08
commit
5aad81f84d
@ -850,14 +850,14 @@ subcommand.
|
|||||||
# See ticket #1441 for why we print different information when
|
# See ticket #1441 for why we print different information when
|
||||||
# run via /usr/bin/tahoe. Note that argv[0] is the full path.
|
# run via /usr/bin/tahoe. Note that argv[0] is the full path.
|
||||||
if sys.argv[0] == '/usr/bin/tahoe':
|
if sys.argv[0] == '/usr/bin/tahoe':
|
||||||
t += """
|
t += """
|
||||||
To get branch coverage for the Tahoe test suite (on the installed copy of
|
To get branch coverage for the Tahoe test suite (on the installed copy of
|
||||||
Tahoe), install the 'python-coverage' package and then use:
|
Tahoe), install the 'python-coverage' package and then use:
|
||||||
|
|
||||||
python-coverage run --branch /usr/bin/tahoe debug trial
|
python-coverage run --branch /usr/bin/tahoe debug trial
|
||||||
"""
|
"""
|
||||||
else:
|
else:
|
||||||
t += """
|
t += """
|
||||||
Another debugging feature is that bin%stahoe allows executing an arbitrary
|
Another debugging feature is that bin%stahoe allows executing an arbitrary
|
||||||
"runner" command (typically an installed Python script, such as 'coverage'),
|
"runner" command (typically an installed Python script, such as 'coverage'),
|
||||||
with the Tahoe libraries on the PYTHONPATH. The runner command name is
|
with the Tahoe libraries on the PYTHONPATH. The runner command name is
|
||||||
|
Loading…
Reference in New Issue
Block a user