comparison tests/test-static-http.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 f1186c292d03
children d5357238eda9
comparison
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
7 [1] 7 [1]
8 8
9 This server doesn't do range requests so it's basically only good for 9 This server doesn't do range requests so it's basically only good for
10 one pull 10 one pull
11 11
12 $ $PYTHON "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid \ 12 $ "$PYTHON" "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid \
13 > --logfile server.log 13 > --logfile server.log
14 $ cat dumb.pid >> $DAEMON_PIDS 14 $ cat dumb.pid >> $DAEMON_PIDS
15 $ hg init remote 15 $ hg init remote
16 $ cd remote 16 $ cd remote
17 $ echo foo > bar 17 $ echo foo > bar