kadwanev / retry

The command line retry tool
254 stars 28 forks source link

retry N times looking to see if script fails, and stop on that failure? #18

Closed cmdcolin closed 4 years ago

cmdcolin commented 4 years ago

I am trying to look for a script failing, e.g. flaky test. Can I use this script to retry N times and stop when I hit the flaky test failure? I am sure that this could be done but wondering if there is a nice idiomatic way to use this tool for it

cmdcolin commented 4 years ago

I'll close this as it is probably not an actual issue but just food for thought, if you get a chance to add example to readme that'd be awesome