tests/run-tests.py
changeset 8651 27cc4fa6722d
parent 8620 b38f275bb5c2
child 8671 a434c94b48e7
--- 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'