> Running ../../../gdb/gdb/testsuite/gdb.python/py-finish-breakpoint.exp ... > ERROR: tcl error sourcing ../../../gdb/gdb/testsuite/gdb.python/py-finish-breakpoint.exp. > ERROR: can't read "gdb_py_is_py24": no such variable > while executing > "if { $gdb_py_is_py24 == 1 } { Reproduced and fixed thusly. 2013-01-13 Joel Brobecker * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests check. Move $gdb_py_is_py24 value check right after. -- Joel