]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 6 Jan 2006 04:40:20 +0000 (04:40 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 6 Jan 2006 04:40:20 +0000 (04:40 +0000)
commitb81832c8b35332df2d8bebdeca7eff357a7a71ff
tree6334c29b6db5a617b833cb842fb199abb3d7588d
parent805aaf1621187aa2623c5039d8ef85cd54f35269
Backport:
initscr() will exit if there's an error.  Try to catch the obvious failure
cases if TERM isn't set or is unknown (perhaps we should only check if
unset or empty?)

Skip the test if TERM isn't set.  This seems to occur when running under
buildbot and presumably cron.

For some more info check here:
http://mail.python.org/pipermail/python-checkins/2006-January/048704.html
Lib/test/test_curses.py