comparison tests/test-bundle2-remote-changegroup.t @ 39707:5abc47d4ca6b

tests: quote PYTHON usage Python3 defaults to installing under "Program Files".
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 18 Sep 2018 23:47:21 -0400
parents 89630d0b3e23
children d7304434390f
comparison
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
88 > exchange.getbundle2partsmapping[b'changegroup'] = _getbundlechangegrouppart 88 > exchange.getbundle2partsmapping[b'changegroup'] = _getbundlechangegrouppart
89 > EOF 89 > EOF
90 90
91 Start a simple HTTP server to serve bundles 91 Start a simple HTTP server to serve bundles
92 92
93 $ $PYTHON "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid 93 $ "$PYTHON" "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid
94 $ cat dumb.pid >> $DAEMON_PIDS 94 $ cat dumb.pid >> $DAEMON_PIDS
95 95
96 $ cat >> $HGRCPATH << EOF 96 $ cat >> $HGRCPATH << EOF
97 > [ui] 97 > [ui]
98 > ssh=$PYTHON "$TESTDIR/dummyssh" 98 > ssh="$PYTHON" "$TESTDIR/dummyssh"
99 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} 99 > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline}
100 > EOF 100 > EOF
101 101
102 $ hg init repo 102 $ hg init repo
103 103