Mercurial > hg-stable
changeset 2672:118b198c9423
Provide a relevant description for --timeout.
author | Will Maier <willmaier@ml1.net> |
---|---|
date | Tue, 25 Jul 2006 10:29:43 -0500 |
parents | 82864a2eb709 |
children | 7a6708e73e21 |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Tue Jul 25 21:22:56 2006 +0200 +++ b/tests/run-tests.py Tue Jul 25 10:29:43 2006 -0500 @@ -25,7 +25,7 @@ parser.add_option("-v", "--verbose", action="store_true", help="output verbose messages") parser.add_option("-t", "--timeout", type="int", - help="output verbose messages") + help="kill errant tests after TIMEOUT seconds") parser.add_option("-c", "--cover", action="store_true", help="print a test coverage report") parser.add_option("-s", "--cover_stdlib", action="store_true",