comparison tests/test-share.t @ 17539:bc7377160fa7

tests: enable more server tests on Windows
author Patrick Mezard <patrick@mezard.eu>
date Wed, 12 Sep 2012 22:21:54 +0200
parents 953faba28e91
children 7a9cbb315d84
comparison
equal deleted inserted replaced
17538:31ca918d539a 17539:bc7377160fa7
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
5 5
6 prepare repo1 6 prepare repo1
125 $ cd ../repo1 125 $ cd ../repo1
126 $ hg id -r tip 126 $ hg id -r tip
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