[Updated] D11285: test-extension: adapt output to pyoxidizer
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Aug 18 04:45:22 UTC 2021
Closed by commit rHG7835f2696de8: test-extension: adapt output to pyoxidizer (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11285?vs=29894&id=29903
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11285/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11285
AFFECTED FILES
tests/test-extension.t
CHANGE DETAILS
diff --git a/tests/test-extension.t b/tests/test-extension.t
--- a/tests/test-extension.t
+++ b/tests/test-extension.t
@@ -668,7 +668,8 @@
Even though the extension fails during uisetup, hg is still basically usable:
$ hg --config extensions.baduisetup=$TESTTMP/baduisetup.py version
Traceback (most recent call last):
- File "*/mercurial/extensions.py", line *, in _runuisetup (glob)
+ File "*/mercurial/extensions.py", line *, in _runuisetup (glob) (no-pyoxidizer !)
+ File "mercurial.extensions", line *, in _runuisetup (glob) (pyoxidizer !)
uisetup(ui)
File "$TESTTMP/baduisetup.py", line 2, in uisetup
1 / 0
To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210818/4ffb1496/attachment-0002.html>
More information about the Mercurial-patches
mailing list