comparison tests/test-server-view.t @ 42106:bcf59ddc6173

test: minor cleanup to test-server-view.t While looking into adding error output in this test, I did some cleanup.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 06 Apr 2019 17:48:11 +0200
parents d6569f1e9b37
children d345627d104b
comparison
equal deleted inserted replaced
42105:e0357a46c39d 42106:bcf59ddc6173
21 date: Thu Jan 01 00:00:01 1970 +0000 21 date: Thu Jan 01 00:00:01 1970 +0000
22 summary: r1 22 summary: r1
23 23
24 $ killdaemons.py 24 $ killdaemons.py
25 25
26 $ cd ../test 26 $ cd ..
27 $ hg --config server.view=immutable serve -p $HGPORT -d --pid-file=hg.pid -E errors.log 27 $ hg -R test --config server.view=immutable serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
28 $ cat hg.pid >> $DAEMON_PIDS 28 $ cat hg.pid >> $DAEMON_PIDS
29 $ cd ../test2 29 $ hg -R test2 incoming http://foo:xyzzy@localhost:$HGPORT/
30 $ hg incoming http://foo:xyzzy@localhost:$HGPORT/
31 comparing with http://foo:***@localhost:$HGPORT/ 30 comparing with http://foo:***@localhost:$HGPORT/
32 changeset: 0:1ea73414a91b 31 changeset: 0:1ea73414a91b
33 tag: tip 32 tag: tip
34 user: debugbuilddag 33 user: debugbuilddag
35 date: Thu Jan 01 00:00:00 1970 +0000 34 date: Thu Jan 01 00:00:00 1970 +0000
36 summary: r0 35 summary: r0
37 36
37 $ cat errors.log
38 $ killdaemons.py 38 $ killdaemons.py