##// END OF EJS Templates
tests: use the right python when running dummyssh for narrow...
marmoute -
r46633:d72378f9 default
parent child Browse files
Show More
@@ -2,7 +2,7 b' cat >> $HGRCPATH <<EOF'
2 [extensions]
2 [extensions]
3 narrow=
3 narrow=
4 [ui]
4 [ui]
5 ssh=python "$RUNTESTDIR/dummyssh"
5 ssh=$PYTHON "$RUNTESTDIR/dummyssh"
6 [experimental]
6 [experimental]
7 changegroup3 = True
7 changegroup3 = True
8 EOF
8 EOF
@@ -107,7 +107,7 b' added upstream revisions.'
107
107
108 $ hg tracked --addinclude widest/f --debug
108 $ hg tracked --addinclude widest/f --debug
109 comparing with ssh://user@dummy/master
109 comparing with ssh://user@dummy/master
110 running python "*dummyssh" *user@dummy* *hg -R master serve --stdio* (glob)
110 running * "*dummyssh" *user@dummy* *hg -R master serve --stdio* (glob)
111 sending hello command
111 sending hello command
112 sending between command
112 sending between command
113 remote: * (glob)
113 remote: * (glob)
General Comments 0
You need to be logged in to leave comments. Login now