##// END OF EJS Templates
run-tests: clarify timeout log message.
Greg Ward -
r8651:27cc4fa6 default
parent child Browse files
Show More
@@ -570,7 +570,7 b' def runtests(options, expecthg, tests):'
570 if options.timeout > 0:
570 if options.timeout > 0:
571 try:
571 try:
572 signal.signal(signal.SIGALRM, alarmed)
572 signal.signal(signal.SIGALRM, alarmed)
573 vlog('# Running tests with %d-second timeout' %
573 vlog('# Running each test with %d second timeout' %
574 options.timeout)
574 options.timeout)
575 except AttributeError:
575 except AttributeError:
576 print 'WARNING: cannot run tests with timeouts'
576 print 'WARNING: cannot run tests with timeouts'
General Comments 0
You need to be logged in to leave comments. Login now