# HG changeset patch # User Greg Ward # Date 1243605603 14400 # Node ID 27cc4fa6722d97fa0d23bc990906d4d47ff43cff # Parent 2c097e22492c062a1c1cfc1958dc67249ee1a017 run-tests: clarify timeout log message. diff -r 2c097e22492c -r 27cc4fa6722d tests/run-tests.py --- 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'