##// END OF EJS Templates
Work-around failing tests/test-bad-pull with slow bg process....
Thomas Arendsen Hein -
r545:721bfca3 default
parent child Browse files
Show More
@@ -18,6 +18,7 b' run()'
18 18 EOF
19 19
20 20 python dumb.py 2>/dev/null &
21 sleep 2
21 22
22 23 hg clone http://localhost:20059/foo copy2
23 24 echo $?
@@ -7,7 +7,9 b' rollback completed'
7 7 + echo 255
8 8 255
9 9 + ls copy
10 ls: copy: No such file or directory
10 11 + cat
12 + sleep 2
11 13 + python dumb.py
12 14 + hg clone http://localhost:20059/foo copy2
13 15 requesting all changes
General Comments 0
You need to be logged in to leave comments. Login now