##// END OF EJS Templates
tests: python executable should always be globbed...
Sean Farley -
r28626:60ee2593 default
parent child Browse files
Show More
@@ -7,7 +7,7 b' hg debuginstall'
7 checking installed modules (*mercurial)... (glob)
7 checking installed modules (*mercurial)... (glob)
8 checking templates (*mercurial?templates)... (glob)
8 checking templates (*mercurial?templates)... (glob)
9 checking default template (*mercurial?templates?map-cmdline.default) (glob)
9 checking default template (*mercurial?templates?map-cmdline.default) (glob)
10 checking commit editor... (*python* -c "import sys; sys.exit(0)") (glob)
10 checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
11 checking username (test)
11 checking username (test)
12 no problems detected
12 no problems detected
13
13
@@ -18,7 +18,7 b' hg debuginstall JSON'
18 "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob)
18 "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob)
19 "defaulttemplateerror": null,
19 "defaulttemplateerror": null,
20 "defaulttemplatenotfound": "default",
20 "defaulttemplatenotfound": "default",
21 "editor": "*python* -c \"import sys; sys.exit(0)\"", (glob)
21 "editor": "* -c \"import sys; sys.exit(0)\"", (glob)
22 "editornotfound": false,
22 "editornotfound": false,
23 "encoding": "ascii",
23 "encoding": "ascii",
24 "encodingerror": null,
24 "encodingerror": null,
@@ -26,7 +26,7 b' hg debuginstall JSON'
26 "hgmodules": "*mercurial", (glob)
26 "hgmodules": "*mercurial", (glob)
27 "problems": 0,
27 "problems": 0,
28 "pythonexe": "*", (glob)
28 "pythonexe": "*", (glob)
29 "pythonlib": "*python*", (glob)
29 "pythonlib": "*", (glob)
30 "pythonver": "*.*.*", (glob)
30 "pythonver": "*.*.*", (glob)
31 "templatedirs": "*mercurial?templates", (glob)
31 "templatedirs": "*mercurial?templates", (glob)
32 "username": "test",
32 "username": "test",
@@ -44,7 +44,7 b' hg debuginstall with no username'
44 checking installed modules (*mercurial)... (glob)
44 checking installed modules (*mercurial)... (glob)
45 checking templates (*mercurial?templates)... (glob)
45 checking templates (*mercurial?templates)... (glob)
46 checking default template (*mercurial?templates?map-cmdline.default) (glob)
46 checking default template (*mercurial?templates?map-cmdline.default) (glob)
47 checking commit editor... (*python* -c "import sys; sys.exit(0)") (glob)
47 checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
48 checking username...
48 checking username...
49 no username supplied
49 no username supplied
50 (specify a username in your configuration file)
50 (specify a username in your configuration file)
@@ -65,7 +65,7 b' path variables are expanded (~ is the sa'
65 checking installed modules (*mercurial)... (glob)
65 checking installed modules (*mercurial)... (glob)
66 checking templates (*mercurial?templates)... (glob)
66 checking templates (*mercurial?templates)... (glob)
67 checking default template (*mercurial?templates?map-cmdline.default) (glob)
67 checking default template (*mercurial?templates?map-cmdline.default) (glob)
68 checking commit editor... (*python* -c "import sys; sys.exit(0)") (glob)
68 checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
69 checking username (test)
69 checking username (test)
70 no problems detected
70 no problems detected
71
71
General Comments 0
You need to be logged in to leave comments. Login now