Mercurial > hg-stable
changeset 8651:27cc4fa6722d
run-tests: clarify timeout log message.
author | Greg Ward <greg-hg@gerg.ca> |
---|---|
date | Fri, 29 May 2009 10:00:03 -0400 |
parents | 2c097e22492c |
children | 64614c7e4bd9 |
files | tests/run-tests.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Thu May 28 17:44:57 2009 +0200 +++ b/tests/run-tests.py Fri May 29 10:00:03 2009 -0400 @@ -570,7 +570,7 @@ if options.timeout > 0: try: signal.signal(signal.SIGALRM, alarmed) - vlog('# Running tests with %d-second timeout' % + vlog('# Running each test with %d second timeout' % options.timeout) except AttributeError: print 'WARNING: cannot run tests with timeouts'