##// 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 7 checking installed modules (*mercurial)... (glob)
8 8 checking templates (*mercurial?templates)... (glob)
9 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 11 checking username (test)
12 12 no problems detected
13 13
@@ -18,7 +18,7 b' hg debuginstall JSON'
18 18 "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob)
19 19 "defaulttemplateerror": null,
20 20 "defaulttemplatenotfound": "default",
21 "editor": "*python* -c \"import sys; sys.exit(0)\"", (glob)
21 "editor": "* -c \"import sys; sys.exit(0)\"", (glob)
22 22 "editornotfound": false,
23 23 "encoding": "ascii",
24 24 "encodingerror": null,
@@ -26,7 +26,7 b' hg debuginstall JSON'
26 26 "hgmodules": "*mercurial", (glob)
27 27 "problems": 0,
28 28 "pythonexe": "*", (glob)
29 "pythonlib": "*python*", (glob)
29 "pythonlib": "*", (glob)
30 30 "pythonver": "*.*.*", (glob)
31 31 "templatedirs": "*mercurial?templates", (glob)
32 32 "username": "test",
@@ -44,7 +44,7 b' hg debuginstall with no username'
44 44 checking installed modules (*mercurial)... (glob)
45 45 checking templates (*mercurial?templates)... (glob)
46 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 48 checking username...
49 49 no username supplied
50 50 (specify a username in your configuration file)
@@ -65,7 +65,7 b' path variables are expanded (~ is the sa'
65 65 checking installed modules (*mercurial)... (glob)
66 66 checking templates (*mercurial?templates)... (glob)
67 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 69 checking username (test)
70 70 no problems detected
71 71
General Comments 0
You need to be logged in to leave comments. Login now