abuild: Implement a checkretry option
This allows a test suite to be retried automatically in case of flaky or
unreliable tests upstream. The default retry count is 5, but can be set
in abuild.conf with the variable $ABUILD_RETRY_COUNT
.
Closes: #15 (closed)
--
I'm terrible at shell so I don't know if there's a better way than this.