comparison tests/test-bad-extension.t @ 47843:fcd464e6a482 stable

pyoxidized: adapt output of test-bad-extension.t The file path in the traceback become module name. Differential Revision: https://phab.mercurial-scm.org/D11295
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 18 Aug 2021 12:53:40 +0200
parents 8cab8db59b6c
children e4acdf5d94a2
comparison
equal deleted inserted replaced
47842:1cb01c71ba32 47843:fcd464e6a482
18 hg help [-eck] [-s PLATFORM] [TOPIC] 18 hg help [-eck] [-s PLATFORM] [TOPIC]
19 19
20 show help for a given topic or a help overview 20 show help for a given topic or a help overview
21 error in exit handlers: 21 error in exit handlers:
22 Traceback (most recent call last): 22 Traceback (most recent call last):
23 File "*/mercurial/dispatch.py", line *, in _runexithandlers (glob) 23 File "*/mercurial/dispatch.py", line *, in _runexithandlers (glob) (no-pyoxidizer !)
24 File "mercurial.dispatch", line *, in _runexithandlers (glob) (pyoxidizer !)
24 func(*args, **kwargs) 25 func(*args, **kwargs)
25 File "$TESTTMP/bailatexit.py", line *, in bail (glob) 26 File "$TESTTMP/bailatexit.py", line *, in bail (glob)
26 raise RuntimeError('ui.atexit handler exception') 27 raise RuntimeError('ui.atexit handler exception')
27 RuntimeError: ui.atexit handler exception 28 RuntimeError: ui.atexit handler exception
28 [255] 29 [255]