tests/test-hgweb-empty
changeset 12436 b52ce78de84d
parent 12435 61be1503cfb2
child 12437 b5538f89e5aa
equal deleted inserted replaced
12435:61be1503cfb2 12436:b52ce78de84d
     1 #!/bin/sh
       
     2 # Some tests for hgweb in an empty repository
       
     3 
       
     4 hg init test
       
     5 cd test
       
     6 hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
       
     7 cat hg.pid >> $DAEMON_PIDS
       
     8 
       
     9 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/shortlog')
       
    10 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/log')
       
    11 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/graph')
       
    12 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file')