# HG changeset patch # User Pierre-Yves David # Date 1554565691 -7200 # Node ID bcf59ddc617373368b31669d820f5d1cc22d2832 # Parent e0357a46c39d0baaba6e2e78ec930d592a8205ac test: minor cleanup to test-server-view.t While looking into adding error output in this test, I did some cleanup. diff -r e0357a46c39d -r bcf59ddc6173 tests/test-server-view.t --- a/tests/test-server-view.t Sat Apr 06 10:44:22 2019 +0200 +++ b/tests/test-server-view.t Sat Apr 06 17:48:11 2019 +0200 @@ -23,11 +23,10 @@ $ killdaemons.py - $ cd ../test - $ hg --config server.view=immutable serve -p $HGPORT -d --pid-file=hg.pid -E errors.log + $ cd .. + $ hg -R test --config server.view=immutable serve -p $HGPORT -d --pid-file=hg.pid -E errors.log $ cat hg.pid >> $DAEMON_PIDS - $ cd ../test2 - $ hg incoming http://foo:xyzzy@localhost:$HGPORT/ + $ hg -R test2 incoming http://foo:xyzzy@localhost:$HGPORT/ comparing with http://foo:***@localhost:$HGPORT/ changeset: 0:1ea73414a91b tag: tip @@ -35,4 +34,5 @@ date: Thu Jan 01 00:00:00 1970 +0000 summary: r0 + $ cat errors.log $ killdaemons.py