Mercurial > public > mercurial-scm > hg
diff tests/run-tests.py @ 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 | b38f275bb5c2 |
children | a434c94b48e7 |
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'