commit | 216a3bc36d31df71544fd9a11b98fca4efeb8182 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jul 23 22:33:39 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jul 23 22:33:39 2011 +0200 |
tree | 68235241ea8d9dcea58518f3605a0a540b7f11ed | |
parent | ab85ff3d1a35011d09fc2e6a25a02d65f798bde4 [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.