[svn r61864] remove unnecessary bracket from the help message
--HG-- branch : trunk
This commit is contained in:
parent
1dc8555ca0
commit
a8578c5cd3
|
@ -35,7 +35,7 @@ option = py.test.config.addoptions("execnet options",
|
||||||
help="relative path to doc output location (relative from py/)"),
|
help="relative path to doc output location (relative from py/)"),
|
||||||
Option('', '--runslowtests',
|
Option('', '--runslowtests',
|
||||||
action="store_true", dest="runslowtests", default=False,
|
action="store_true", dest="runslowtests", default=False,
|
||||||
help="run slow tests)"),
|
help="run slow tests"),
|
||||||
)
|
)
|
||||||
|
|
||||||
dist_rsync_roots = ['.']
|
dist_rsync_roots = ['.']
|
||||||
|
|
Loading…
Reference in New Issue