tests/test-http-branchmap.t
changeset 37845 b4b7427b5786
parent 36279 1e0c9f9f6f36
child 38030 69779a222d5e
equal deleted inserted replaced
37844:8fb9985382be 37845:b4b7427b5786
     1 #require killdaemons
       
     2 
       
     3   $ hgserve() {
     1   $ hgserve() {
     4   >     hg serve -a localhost -p $HGPORT1 -d --pid-file=hg.pid \
     2   >     hg serve -a localhost -p $HGPORT1 -d --pid-file=hg.pid \
     5   >       -E errors.log -v $@ > startup.log
     3   >       -E errors.log -v $@ > startup.log
     6   >     # Grepping hg serve stdout would hang on Windows
     4   >     # Grepping hg serve stdout would hang on Windows
     7   >     grep -v 'listening at' startup.log
     5   >     grep -v 'listening at' startup.log