tests/test-keyword
branch0.9.2compat
changeset 434 0884558504a3
parent 420 25f2d4cedd4c
child 462 f65280d03582
--- a/tests/test-keyword	Sun Mar 30 17:13:02 2008 +0200
+++ b/tests/test-keyword	Sun Mar 30 18:25:25 2008 +0200
@@ -215,7 +215,8 @@
 
 echo % clone to test incoming
 cd ..
-hg clone -r1 Test Test-a
+# remove updating status for backwards compatibility
+hg clone -r1 Test Test-a | grep -v 'working directory'
 cd Test-a
 cat <<EOF >> .hg/hgrc
 [paths]
@@ -277,3 +278,12 @@
 cat a b
 echo % hg cat
 hg cat a b
+
+echo % hg serve
+test -n "$HGPORT" || export HGPORT=20063
+hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
+cat hg.pid >> $DAEMON_PIDS
+echo % hgweb changeset
+("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/rev/tip/?style=raw')
+echo % errors encountered
+cat errors.log