]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix SF # 631066, running regrtest in user mode fails
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Nov 2002 00:37:57 +0000 (00:37 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 3 Nov 2002 00:37:57 +0000 (00:37 +0000)
commit4de21e1b23b6e9de4c18a718aa95eedcbc0c1261
tree3a57567ff8f2169f2fb9d3f2268b18b6dd86a7e1
parentc78de3e2e540649bcac78737f53651298aa9e9fa
Fix SF # 631066, running regrtest in user mode fails

Try to write to TESTFN, if that fails, try TESTFN in /tmp
If that fails, print a warning and go on.
Lib/test/test_support.py