Skip to content
Snippets Groups Projects
Commit d72378f93a44 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

tests: use the right python when running dummyssh for narrow

some plateform no longer have a `python` executable.

Differential Revision: https://phab.mercurial-scm.org/D9504
parent b9588ff9b66a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
[extensions]
narrow=
[ui]
ssh=python "$RUNTESTDIR/dummyssh"
ssh=$PYTHON "$RUNTESTDIR/dummyssh"
[experimental]
changegroup3 = True
EOF
......@@ -107,7 +107,7 @@
$ hg tracked --addinclude widest/f --debug
comparing with ssh://user@dummy/master
running python "*dummyssh" *user@dummy* *hg -R master serve --stdio* (glob)
running * "*dummyssh" *user@dummy* *hg -R master serve --stdio* (glob)
sending hello command
sending between command
remote: * (glob)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment