comparison tests/test-hgweb @ 5384:e3a0c092b4e2

Allow tests to run in parallel.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 05 Oct 2007 12:17:01 -0700
parents 8eccfce0ab5e
children
comparison
equal deleted inserted replaced
5383:7cdc896fdcd5 5384:e3a0c092b4e2
4 cd test 4 cd test
5 mkdir da 5 mkdir da
6 echo foo > da/foo 6 echo foo > da/foo
7 echo foo > foo 7 echo foo > foo
8 hg ci -Ambase -d '0 0' 8 hg ci -Ambase -d '0 0'
9 hg serve -p 20060 -d --pid-file=hg.pid 9 hg serve -p $HGPORT -d --pid-file=hg.pid
10 echo % manifest 10 echo % manifest
11 ("$TESTDIR/get-with-headers.py" localhost:20060 '/file/tip/?style=raw') 11 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/?style=raw')
12 ("$TESTDIR/get-with-headers.py" localhost:20060 '/file/tip/da?style=raw') 12 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/da?style=raw')
13 kill `cat hg.pid` 13 kill `cat hg.pid`