Mercurial > public > mercurial-scm > hg-stable
diff tests/test-run-tests.t @ 27393:a40b623e6380
run-tests: report timeouts in a less alarming fashion
Rather than report timed-out tests like this:
ERROR: test-convert-svn-sink.t output changed
!
..simply put a 't' rather than a '.' in the stream.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 04 Dec 2015 14:55:10 -0600 |
parents | a4e3dec3010e |
children | 0622d6e134fb |
line wrap: on
line diff
--- a/tests/test-run-tests.t Wed Dec 16 17:40:01 2015 -0600 +++ b/tests/test-run-tests.t Fri Dec 04 14:55:10 2015 -0600 @@ -412,9 +412,7 @@ > cat test-timeout.t >> test-slow-timeout.t $ run-tests.py --with-hg=`which hg` --timeout=1 --slowtimeout=3 \ > test-timeout.t test-slow-timeout.t - s - ERROR: test-timeout.t output changed - ! + st Skipped test-slow-timeout.t: skipped Failed test-timeout.t: timed out # Ran 1 tests, 1 skipped, 0 warned, 1 failed. @@ -422,9 +420,7 @@ [1] $ run-tests.py --with-hg=`which hg` --timeout=1 --slowtimeout=3 \ > test-timeout.t test-slow-timeout.t --allow-slow-tests - . - ERROR: test-timeout.t output changed - ! + .t Failed test-timeout.t: timed out # Ran 2 tests, 0 skipped, 0 warned, 1 failed. python hash seed: * (glob)