retry

Commandline tool for repeatedly executing other programs until a given condition is met

Motivation

When debugging flaky tests, it can be helpful to run them repeatedly until they fail. This tool helps to repeatedly execute external programs based on predefined criteria while simultaneously outputting the output of these programs.