changeset 8652:64614c7e4bd9

Merge with mpm
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 29 May 2009 21:31:33 -0700
parents 27cc4fa6722d (diff) ef393d6ec030 (current diff)
children aa011d123f71
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests.py	Wed May 27 16:01:34 2009 -0500
+++ b/tests/run-tests.py	Fri May 29 21:31:33 2009 -0700
@@ -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'