##// 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 570 if options.timeout > 0:
571 571 try:
572 572 signal.signal(signal.SIGALRM, alarmed)
573 vlog('# Running tests with %d-second timeout' %
573 vlog('# Running each test with %d second timeout' %
574 574 options.timeout)
575 575 except AttributeError:
576 576 print 'WARNING: cannot run tests with timeouts'
General Comments 0
You need to be logged in to leave comments. Login now