##// END OF EJS Templates
tests: fix "running x tests using y ... " output in a few more places...
Martin von Zweigbergk -
r40369:d5ff5415 default
parent child Browse files
Show More
@@ -173,6 +173,7 b' test diff colorisation'
173 173
174 174 #if no-windows pygments
175 175 $ rt test-failure.t --color always
176 running 1 tests using 1 parallel processes
176 177
177 178 \x1b[38;5;124m--- $TESTTMP/test-failure.t\x1b[39m (esc)
178 179 \x1b[38;5;34m+++ $TESTTMP/test-failure.t.err\x1b[39m (esc)
@@ -192,6 +193,7 b' test diff colorisation'
192 193 [1]
193 194
194 195 $ rt test-failure.t 2> tmp.log
196 running 1 tests using 1 parallel processes
195 197 [1]
196 198 $ cat tmp.log
197 199
General Comments 0
You need to be logged in to leave comments. Login now