[Updated] D9504: tests: use the right python when running dummyssh for narrow
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Dec 3 09:38:10 UTC 2020
Closed by commit rHGd72378f93a44: tests: use the right python when running dummyssh for narrow (authored by marmoute).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D9504?vs=23974&id=23989
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D9504/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D9504
AFFECTED FILES
tests/narrow-library.sh
tests/test-narrow-widen-no-ellipsis.t
CHANGE DETAILS
diff --git a/tests/test-narrow-widen-no-ellipsis.t b/tests/test-narrow-widen-no-ellipsis.t
--- a/tests/test-narrow-widen-no-ellipsis.t
+++ b/tests/test-narrow-widen-no-ellipsis.t
@@ -107,7 +107,7 @@
$ hg tracked --addinclude widest/f --debug
comparing with ssh://user@dummy/master
- running python "*dummyssh" *user at dummy* *hg -R master serve --stdio* (glob)
+ running * "*dummyssh" *user at dummy* *hg -R master serve --stdio* (glob)
sending hello command
sending between command
remote: * (glob)
diff --git a/tests/narrow-library.sh b/tests/narrow-library.sh
--- a/tests/narrow-library.sh
+++ b/tests/narrow-library.sh
@@ -2,7 +2,7 @@
[extensions]
narrow=
[ui]
-ssh=python "$RUNTESTDIR/dummyssh"
+ssh=$PYTHON "$RUNTESTDIR/dummyssh"
[experimental]
changegroup3 = True
EOF
To: marmoute, durin42, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20201203/5743914d/attachment-0002.html>
More information about the Mercurial-patches
mailing list