instead of 300, request a random length of shares so that it always eventually gets...
[p2pool.git] / dev / TEST
1 while true ; do
2         find -iname '*.pyc' | xargs rm
3         trial p2pool
4         git checkout HEAD^
5 done