5 lines
70 B
Bash
5 lines
70 B
Bash
|
|
# run all tests in a loop until failure
|
|
|
|
sudo tox -- --until-failure
|