tests: enable even more Windows server tests

This commit is contained in:
Patrick Mezard 2012-09-14 21:05:24 +02:00
parent 0d4dcbceb6
commit a4c03168e1
6 changed files with 14 additions and 7 deletions

View File

@ -1,4 +1,4 @@
$ "$TESTDIR/hghave" serve || exit 80
$ "$TESTDIR/hghave" killdaemons || exit 80
= Test the known() protocol function =
@ -35,4 +35,5 @@ Test via HTTP:
$ hg debugknown http://localhost:$HGPORT/
$ cat error.log
$ "$TESTDIR/killdaemons.py" $DAEMON_PIDS

View File

@ -1,4 +1,4 @@
$ "$TESTDIR/hghave" serve || exit 80
$ "$TESTDIR/hghave" killdaemons || exit 80
hide outer repo
$ hg init
@ -151,3 +151,6 @@ test --mq works and uses correct repository config
[1]
$ hg --cwd d log --mq --template '{rev} {desc|firstline}\n'
0 b.patch
$ "$TESTDIR/killdaemons.py" $DAEMON_PIDS

View File

@ -1,4 +1,4 @@
$ "$TESTDIR/hghave" serve || exit 80
$ "$TESTDIR/hghave" killdaemons || exit 80
$ cat > writelines.py <<EOF
> import sys
@ -278,3 +278,5 @@ check qimport phase:
1: secret
$ cd ..
$ "$TESTDIR/killdaemons.py" $DAEMON_PIDS

View File

@ -1,4 +1,4 @@
$ "$TESTDIR/hghave" serve || exit 80
$ "$TESTDIR/hghave" killdaemons || exit 80
$ cat >> $HGRCPATH <<EOF
> [extensions]
@ -1062,4 +1062,5 @@ A. Clone without secret changeset
|
o 0 public a-A - 054250a37db4
$ "$TESTDIR/killdaemons.py" $DAEMON_PIDS

View File

@ -1,4 +1,4 @@
$ "$TESTDIR/hghave" serve || exit 80
$ "$TESTDIR/hghave" killdaemons || exit 80
$ hg init test
$ cd test
@ -49,7 +49,7 @@ serve errors
> hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
> cat hg.pid >> $DAEMON_PIDS
> hg --cwd ../test pull http://localhost:$HGPORT/
> kill `cat hg.pid`
> "$TESTDIR/killdaemons.py" hg.pid
> echo % serve errors
> cat errors.log
> }

View File

@ -1,4 +1,4 @@
$ "$TESTDIR/hghave" serve || exit 80
$ "$TESTDIR/hghave" killdaemons || exit 80
$ hg init test
$ cd test