##// END OF EJS Templates
test: minor cleanup to test-server-view.t...
marmoute -
r42275:bcf59ddc default
parent child Browse files
Show More
@@ -23,11 +23,10 b''
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
@@ -35,4 +34,5 b''
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
General Comments 0
You need to be logged in to leave comments. Login now