commit | 3c4402f879ccc6c0fbd9e95e2a473b67ccd43ba9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Jan 03 20:38:52 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Jan 03 20:38:52 2011 +0000 |
tree | 771460906d3fd61c0b5a5187321608de7d31bc1e | |
parent | 751ba4cfac806a064496baf929d44aa5e6591c20 [diff] |
Issue #6293: Have regrtest.py echo back sys.flags. This is done by default in whole runs and enabled selectively using `--header` when running an explicit list of tests. Original patch by Collin Winter.