author | Bryan O'Sullivan <bos@serpentine.com> |
Fri, 29 May 2009 21:31:33 -0700 | |
changeset 8652 | 64614c7e4bd9 |
parent 8651 | 27cc4fa6722d (diff) |
parent 8650 | ef393d6ec030 (current diff) |
child 8653 | aa011d123f71 |
--- 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'