##// END OF EJS Templates
tests: enable more server tests on Windows
Patrick Mezard -
r17539:bc737716 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 $ echo "[extensions]" >> $HGRCPATH
3 $ echo "[extensions]" >> $HGRCPATH
4 $ echo "share = " >> $HGRCPATH
4 $ echo "share = " >> $HGRCPATH
@@ -127,3 +127,8 b' check that a change does not propagate'
127 c2e0ac586386 tip
127 c2e0ac586386 tip
128
128
129 $ cd ..
129 $ cd ..
130
131 Explicitly kill daemons to let the test exit on Windows
132
133 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
134
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2
2
3 Preparing the subrepository 'sub'
3 Preparing the subrepository 'sub'
4
4
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2
2
3 $ cat <<EOF >> $HGRCPATH
3 $ cat <<EOF >> $HGRCPATH
4 > [extensions]
4 > [extensions]
@@ -632,3 +632,7 b' test transplanting a patch turning into '
632 skipping emptied changeset 7a7d57e15850
632 skipping emptied changeset 7a7d57e15850
633 $ cd ..
633 $ cd ..
634
634
635 Explicitly kill daemons to let the test exit on Windows
636
637 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
638
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2
2
3 Tests discovery against servers without getbundle support:
3 Tests discovery against servers without getbundle support:
4
4
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2
2
3 Tests discovery against servers without getbundle support:
3 Tests discovery against servers without getbundle support:
4
4
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2
2
3 Test wire protocol unbundle with hashed heads (capability: unbundlehash)
3 Test wire protocol unbundle with hashed heads (capability: unbundlehash)
4
4
@@ -30,3 +30,8 b' The hash here is always the same since t'
30
30
31 $ cat access.log | grep unbundle
31 $ cat access.log | grep unbundle
32 * - - [*] "POST /?cmd=unbundle HTTP/1.1" 200 - x-hgarg-1:heads=686173686564+6768033e216468247bd031a0a2d9876d79818f8f (glob)
32 * - - [*] "POST /?cmd=unbundle HTTP/1.1" 200 - x-hgarg-1:heads=686173686564+6768033e216468247bd031a0a2d9876d79818f8f (glob)
33
34 Explicitly kill daemons to let the test exit on Windows
35
36 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
37
@@ -1,4 +1,4 b''
1 $ "$TESTDIR/hghave" serve || exit 80
1 $ "$TESTDIR/hghave" killdaemons || exit 80
2
2
3 Test wire protocol argument passing
3 Test wire protocol argument passing
4
4
@@ -112,3 +112,7 b' SSH (try to exercise the ssh functionali'
112 $ hg debugwireargs --ssh "python ./dummyssh" ssh://user@dummy/repo eins zwei --five fuenf
112 $ hg debugwireargs --ssh "python ./dummyssh" ssh://user@dummy/repo eins zwei --five fuenf
113 eins zwei None None None
113 eins zwei None None None
114
114
115 Explicitly kill daemons to let the test exit on Windows
116
117 $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
118
General Comments 0
You need to be logged in to leave comments. Login now