comparison tests/test-install.t @ 32209:85dc5a25f1fc

debuginstall: check C extensions only if they are loadable per policy This check is useless in pure installation and I want to make it directly import C extension modules.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 26 Apr 2017 23:30:52 +0900
parents 876f08f30ade
children c94c1aeb35fb
comparison
equal deleted inserted replaced
32208:d74b0cff94a9 32209:85dc5a25f1fc
32 "defaulttemplatenotfound": "default", 32 "defaulttemplatenotfound": "default",
33 "editor": "* -c \"import sys; sys.exit(0)\"", (glob) 33 "editor": "* -c \"import sys; sys.exit(0)\"", (glob)
34 "editornotfound": false, 34 "editornotfound": false,
35 "encoding": "ascii", 35 "encoding": "ascii",
36 "encodingerror": null, 36 "encodingerror": null,
37 "extensionserror": null, 37 "extensionserror": null, (no-pure !)
38 "hgmodulepolicy": "*", (glob) 38 "hgmodulepolicy": "*", (glob)
39 "hgmodules": "*mercurial", (glob) 39 "hgmodules": "*mercurial", (glob)
40 "hgver": "*", (glob) 40 "hgver": "*", (glob)
41 "hgverextra": "*", (glob) 41 "hgverextra": "*", (glob)
42 "problems": 0, 42 "problems": 0,