diff tests/test-run-tests.t @ 40333:d5ff54152636

tests: fix "running x tests using y ... " output in a few more places These seem to have been missed by 1039404c5e1d (run-tests: print number of tests and parallel process count, 2018-10-13). Differential Revision: https://phab.mercurial-scm.org/D5145
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 17 Oct 2018 11:56:03 -0700
parents e7e70c033783
children 2465e0b27a0d
line wrap: on
line diff
--- a/tests/test-run-tests.t	Sun Oct 14 09:34:21 2018 +0000
+++ b/tests/test-run-tests.t	Wed Oct 17 11:56:03 2018 -0700
@@ -173,6 +173,7 @@
 
 #if no-windows pygments
   $ rt test-failure.t --color always
+  running 1 tests using 1 parallel processes 
   
   \x1b[38;5;124m--- $TESTTMP/test-failure.t\x1b[39m (esc)
   \x1b[38;5;34m+++ $TESTTMP/test-failure.t.err\x1b[39m (esc)
@@ -192,6 +193,7 @@
   [1]
 
   $ rt test-failure.t 2> tmp.log
+  running 1 tests using 1 parallel processes 
   [1]
   $ cat tmp.log