run-tests: clarify timeout log message.
authorGreg Ward <greg-hg@gerg.ca>
Fri, 29 May 2009 10:00:03 -0400
changeset 8651 27cc4fa6722d
parent 8649 2c097e22492c
child 8652 64614c7e4bd9
run-tests: clarify timeout log message.
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'