# HG changeset patch # User Thomas Arendsen Hein # Date 2008-03-14 22:51:58 # Node ID 573534c6b5404503811182d0133fdf477efd8c5d # Parent de7256c82faddf006f6b7e0d71bf524b7065c855 adjust test-http output to non-default HGPORT, e.g. with run-tests.py -j diff --git a/tests/test-http b/tests/test-http --- a/tests/test-http +++ b/tests/test-http @@ -9,7 +9,7 @@ hg commit -A -d '0 0' -m 1 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