comparison tests/test-webraw @ 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 83cfd95eafb5
children
comparison
equal deleted inserted replaced
5383:7cdc896fdcd5 5384:e3a0c092b4e2
8 It is very boring to read, but computers don't 8 It is very boring to read, but computers don't
9 care about things like that. 9 care about things like that.
10 ENDSOME 10 ENDSOME
11 hg add sometext.txt 11 hg add sometext.txt
12 hg commit -d "1 0" -m "Just some text" 12 hg commit -d "1 0" -m "Just some text"
13 hg serve -p 20059 -A access.log -E error.log -d --pid-file=hg.pid 13 hg serve -p $HGPORT -A access.log -E error.log -d --pid-file=hg.pid
14 cat hg.pid >> $DAEMON_PIDS 14 cat hg.pid >> $DAEMON_PIDS
15 ("$TESTDIR/get-with-headers.py" localhost:20059 '/?f=f165dc289438;file=sometext.txt;style=raw' content-type content-length content-disposition) >getoutput.txt & 15 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/?f=f165dc289438;file=sometext.txt;style=raw' content-type content-length content-disposition) >getoutput.txt &
16 16
17 sleep 5 17 sleep 5
18 kill `cat hg.pid` 18 kill `cat hg.pid`
19 sleep 1 # wait for server to scream and die 19 sleep 1 # wait for server to scream and die
20 cat getoutput.txt 20 cat getoutput.txt