Mercurial > public > mercurial-scm > hg
diff tests/test-worker.t @ 49876:950c39918bd2
tests: drop `(py3 !)` output matching predicates
Presumably these were paired with `(no-py3 !)` at one point, but now they were
unconditionally true.
test-check-code.t required a couple of `(glob)` markers on the changed lines in
test-lfs-serve-access.t, because of the `$LOCALIP` usage on those lines. Not
sure how those lines slipped through the checks previously.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 04 Jan 2023 00:16:52 -0500 |
parents | 42d2b31cee0b |
children | 7e5be4a7cda7 |
line wrap: on
line diff
--- a/tests/test-worker.t Tue Jul 19 16:46:37 2022 -0400 +++ b/tests/test-worker.t Wed Jan 04 00:16:52 2023 -0500 @@ -86,9 +86,9 @@ $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=8' \ > test 100000.0 abort --traceback 2>&1 | egrep '(WorkerError|Abort)' raise error.Abort(b'known exception') - mercurial.error.Abort: known exception (py3 !) + mercurial.error.Abort: known exception raise error.WorkerError(status) - mercurial.error.WorkerError: 255 (py3 !) + mercurial.error.WorkerError: 255 Traceback must be printed for unknown exceptions