##// 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 = Test the known() protocol function =
3 = Test the known() protocol function =
4
4
@@ -35,4 +35,5 b' Test via HTTP:'
35 $ hg debugknown http://localhost:$HGPORT/
35 $ hg debugknown http://localhost:$HGPORT/
36
36
37 $ cat error.log
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 hide outer repo
3 hide outer repo
4 $ hg init
4 $ hg init
@@ -151,3 +151,6 b' test --mq works and uses correct reposit'
151 [1]
151 [1]
152 $ hg --cwd d log --mq --template '{rev} {desc|firstline}\n'
152 $ hg --cwd d log --mq --template '{rev} {desc|firstline}\n'
153 0 b.patch
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 $ cat > writelines.py <<EOF
3 $ cat > writelines.py <<EOF
4 > import sys
4 > import sys
@@ -278,3 +278,5 b' check qimport phase:'
278 1: secret
278 1: secret
279
279
280 $ cd ..
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 $ cat >> $HGRCPATH <<EOF
3 $ cat >> $HGRCPATH <<EOF
4 > [extensions]
4 > [extensions]
@@ -1062,4 +1062,5 b' 2. cloning publishing repository'
1062 |
1062 |
1063 o 0 public a-A - 054250a37db4
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 $ hg init test
3 $ hg init test
4 $ cd test
4 $ cd test
@@ -49,7 +49,7 b' serve errors'
49 > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
49 > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
50 > cat hg.pid >> $DAEMON_PIDS
50 > cat hg.pid >> $DAEMON_PIDS
51 > hg --cwd ../test pull http://localhost:$HGPORT/
51 > hg --cwd ../test pull http://localhost:$HGPORT/
52 > kill `cat hg.pid`
52 > "$TESTDIR/killdaemons.py" hg.pid
53 > echo % serve errors
53 > echo % serve errors
54 > cat errors.log
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 $ hg init test
3 $ hg init test
4 $ cd test
4 $ cd test
General Comments 0
You need to be logged in to leave comments. Login now