Mercurial > hg-stable
comparison tests/test-serve.t @ 39723: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 | 89793289c891 |
children | b1a1702262c9 |
comparison
equal
deleted
inserted
replaced
39722:030d558c6456 | 39723:5abc47d4ca6b |
---|---|
77 | 77 |
78 $ hgserve --prefix /foo/ | 78 $ hgserve --prefix /foo/ |
79 listening at http://localhost/foo/ (bound to *$LOCALIP*:HGPORT1) (glob) (?) | 79 listening at http://localhost/foo/ (bound to *$LOCALIP*:HGPORT1) (glob) (?) |
80 % errors | 80 % errors |
81 | 81 |
82 $ $PYTHON $RUNTESTDIR/killdaemons.py $DAEMON_PIDS | 82 $ "$PYTHON" $RUNTESTDIR/killdaemons.py $DAEMON_PIDS |
83 | 83 |
84 With out of bounds accesses | 84 With out of bounds accesses |
85 | 85 |
86 $ rm access.log | 86 $ rm access.log |
87 $ hg serve -a localhost -p $HGPORT -d --prefix some/dir \ | 87 $ hg serve -a localhost -p $HGPORT -d --prefix some/dir \ |