commit | 8dbd8573e513248ca4c105d0f580f47e79ab9ec8 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jul 23 22:37:52 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jul 23 22:37:52 2011 +0200 |
tree | 80acfc84387807f40a2586022ce11e822919e2f5 | |
parent | e02891b459b6a903b71dce1dfb1399419eaefaaf [diff] | |
parent | 216a3bc36d31df71544fd9a11b98fca4efeb8182 [diff] |
Issue #12624: It is now possible to fail after the first failure when running in verbose mode (`-v` or `-W`), by using the `--failfast` (or `-G`) option to regrtest. This is useful with long test suites such as test_io or test_subprocess.