Mercurial > hg-stable
changeset 6263:573534c6b540
adjust test-http output to non-default HGPORT, e.g. with run-tests.py -j
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 14 Mar 2008 23:51:58 +0100 |
parents | de7256c82fad |
children | 3a775af0bc9f |
files | tests/test-http |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-http Mon Mar 10 19:25:34 2008 +0000 +++ b/tests/test-http Fri Mar 14 23:51:58 2008 +0100 @@ -9,7 +9,7 @@ hg --config server.uncompressed=True serve -p $HGPORT -d --pid-file=../hg1.pid hg serve -p $HGPORT1 -d --pid-file=../hg2.pid # Test server address cannot be reused -hg serve -p $HGPORT1 2>&1 | sed -e "s/abort: cannot start server at ':$HGPORT1':.*/abort: cannot start server at ':$HGPORT1':/" +hg serve -p $HGPORT1 2>&1 | sed -e "s/abort: cannot start server at ':$HGPORT1':.*/abort: cannot start server at ':20060':/" cd .. cat hg1.pid hg2.pid >> $DAEMON_PIDS