]> granicus.if.org Git - python/commit
Two new functions:
authorSkip Montanaro <skip@pobox.com>
Fri, 15 Feb 2008 19:03:59 +0000 (19:03 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 15 Feb 2008 19:03:59 +0000 (19:03 +0000)
commit04735179f03520c16def5cc6198c51b5059eca23
treeb2bd626213952036ce117eab5817899a17bdd62b
parent3f91437e5fa9d48522a3b9c5c7eb9f8b4ff75efb
Two new functions:

  * place_summary_first copies the regrtest summary to the front of the file
    making it easier to scan quickly for problems.

  * count_failures gets the actual count of the number of failing tests, not
    just a 1 (some failures) or 0 (no failures).
Misc/build.sh