##// END OF EJS Templates
Make test-pull work on slow machines, where hg serve needs some time to start.
Thomas Arendsen Hein -
r790:d7380783 default
parent child Browse files
Show More
@@ -8,6 +8,7 b' hg addremove'
8 hg commit -m 1
8 hg commit -m 1
9 hg verify
9 hg verify
10 hg serve -p 20059 > /dev/null &
10 hg serve -p 20059 > /dev/null &
11 sleep 1 # wait for server to be started
11 cd ..
12 cd ..
12
13
13 hg clone http://localhost:20059/ copy
14 hg clone http://localhost:20059/ copy
General Comments 0
You need to be logged in to leave comments. Login now