##// END OF EJS Templates
tests: enable even more Windows server tests
Patrick Mezard -
r17565:f62ed3d9 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2 2
3 3 = Test the known() protocol function =
4 4
@@ -35,4 +35,5 b' Test via HTTP:'
35 35 $ hg debugknown http://localhost:$HGPORT/
36 36
37 37 $ cat error.log
38 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
38 39
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2 2
3 3 hide outer repo
4 4 $ hg init
@@ -151,3 +151,6 b' test --mq works and uses correct reposit'
151 151 [1]
152 152 $ hg --cwd d log --mq --template '{rev} {desc|firstline}\n'
153 153 0 b.patch
154
155 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
156
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2 2
3 3 $ cat > writelines.py <<EOF
4 4 > import sys
@@ -278,3 +278,5 b' check qimport phase:'
278 278 1: secret
279 279
280 280 $ cd ..
281
282 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2 2
3 3 $ cat >> $HGRCPATH <<EOF
4 4 > [extensions]
@@ -1062,4 +1062,5 b' 2. cloning publishing repository'
1062 1062 |
1063 1063 o 0 public a-A - 054250a37db4
1064 1064
1065 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
1065 1066
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2 2
3 3 $ hg init test
4 4 $ cd test
@@ -49,7 +49,7 b' serve errors'
49 49 > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
50 50 > cat hg.pid >> $DAEMON_PIDS
51 51 > hg --cwd ../test pull http://localhost:$HGPORT/
52 > kill `cat hg.pid`
52 > "$TESTDIR/killdaemons.py" hg.pid
53 53 > echo % serve errors
54 54 > cat errors.log
55 55 > }
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2 2
3 3 $ hg init test
4 4 $ cd test
General Comments 0
You need to be logged in to leave comments. Login now