tests/test-wireproto.t
changeset 17539 bc7377160fa7
parent 15446 c5c9ca3719f9
child 22046 7a9cbb315d84
--- a/tests/test-wireproto.t	Wed Sep 12 22:31:54 2012 +0200
+++ b/tests/test-wireproto.t	Wed Sep 12 22:21:54 2012 +0200
@@ -1,4 +1,4 @@
-  $ "$TESTDIR/hghave" serve || exit 80
+  $ "$TESTDIR/hghave" killdaemons || exit 80
 
 Test wire protocol argument passing
 
@@ -112,3 +112,7 @@
   $ hg debugwireargs --ssh "python ./dummyssh" ssh://user@dummy/repo eins zwei --five fuenf
   eins zwei None None None
 
+Explicitly kill daemons to let the test exit on Windows
+
+  $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS
+