]> granicus.if.org Git - python/commit
#15043: Improve test_gdb support of gdb >= 7.4.
authorR David Murray <rdmurray@bitdance.com>
Sat, 27 Oct 2012 17:22:41 +0000 (13:22 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 27 Oct 2012 17:22:41 +0000 (13:22 -0400)
commitf9333026f7d06986bdfe9a070250726b97f896fb
treefc0b4d4d4dafdbfdf0b3c5889febc60593706589
parentcad7b314674588f0a079de78945f8fc28d38af8c
#15043: Improve test_gdb support of gdb >= 7.4.

Instead of requiring the tester to manually add the path to the python-gdb.py
file in the checkout to their .gdbinit file, add it automatically when
invoking gdb in the test.
Lib/test/test_gdb.py