decreased number of requested shares from 501 to 300 to avoid "sharereply too long...
[p2pool.git] / dev / TEST
1 while true ; do
2         find -iname '*.pyc' | xargs rm
3         trial p2pool
4         git checkout HEAD^
5 done