fixed bug, speeding up share loading and verification by 50%
[p2pool.git] / dev / TEST
1 while true ; do
2         find -iname '*.pyc' | xargs rm
3         trial p2pool
4         git checkout HEAD^
5 done