# HG changeset patch # User Greg Ward # Date 2009-05-29 14:00:03 # Node ID 27cc4fa6722d97fa0d23bc990906d4d47ff43cff # Parent 2c097e22492c062a1c1cfc1958dc67249ee1a017 run-tests: clarify timeout log message. diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -570,7 +570,7 @@ def runtests(options, expecthg, tests): 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'