D5145: tests: fix "running x tests using y ... " output in a few more places

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Wed Oct 17 18:14:41 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGd5ff54152636: tests: fix "running x tests using y ... " output in a few more places (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5145?vs=12219&id=12222

REVISION DETAIL
  https://phab.mercurial-scm.org/D5145

AFFECTED FILES
  tests/test-run-tests.t

CHANGE DETAILS

diff --git a/tests/test-run-tests.t b/tests/test-run-tests.t
--- a/tests/test-run-tests.t
+++ b/tests/test-run-tests.t
@@ -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
   



To: martinvonz, #hg-reviewers, lothiraldan
Cc: lothiraldan, mercurial-devel


More information about the Mercurial-devel mailing list