]> 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:47:49 +0000 (13:47 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 27 Oct 2012 17:47:49 +0000 (13:47 -0400)
commit3e66f0d14d4541f85ee5daf00dbd3150a02fa4aa
treefc19e6e9a052d0adaf9d4c93a776668424e0a9db
parentf8d370e30dde8ed17834f6eac8d026c6395e7101
#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