tests/test-static-http.t
changeset 39707 5abc47d4ca6b
parent 39489 f1186c292d03
child 41444 d5357238eda9
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
     7   [1]
     7   [1]
     8 
     8 
     9 This server doesn't do range requests so it's basically only good for
     9 This server doesn't do range requests so it's basically only good for
    10 one pull
    10 one pull
    11 
    11 
    12   $ $PYTHON "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid \
    12   $ "$PYTHON" "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid \
    13   > --logfile server.log
    13   > --logfile server.log
    14   $ cat dumb.pid >> $DAEMON_PIDS
    14   $ cat dumb.pid >> $DAEMON_PIDS
    15   $ hg init remote
    15   $ hg init remote
    16   $ cd remote
    16   $ cd remote
    17   $ echo foo > bar
    17   $ echo foo > bar