Run to fail
r2f() { i=1; while echo "***** RUN #$i:" && eval "$@"; do let i=$i+1; done; echo "***** FAILED ON RUN #$i" ;}