]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
runtest(): When generating output, if the result is a single line with the
authorFred Drake <fdrake@acm.org>
Tue, 29 May 2001 17:10:51 +0000 (17:10 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 29 May 2001 17:10:51 +0000 (17:10 +0000)
commite51fe8d0a3d2a3fc83fd4f02521b0808c073bf50
tree3bcd160bb0f1270bcf470ec455f9054b9f41689f
parent4f1e495fa0d134fca87f381b416e1759c9b4aa2b
runtest():  When generating output, if the result is a single line with the
    name of the test, only write the output file if it already exists (and
    tell the user to consider removing it).  This avoids the generation of
    unnecessary turds.
Lib/test/regrtest.py