]> granicus.if.org Git - python/commit
merge #15043: Improve test_gdb support of gdb >= 7.4.
authorR David Murray <rdmurray@bitdance.com>
Sat, 27 Oct 2012 17:26:14 +0000 (13:26 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 27 Oct 2012 17:26:14 +0000 (13:26 -0400)
commitf358eaf3620597d746bb7f34976103697e5d92bf
treeff3fa3b1dd245a04adfe5f9c76e4bd8e4a01daef
parent254af2644a90bcabbe2612950dd2a6ef408337be
parentf9333026f7d06986bdfe9a070250726b97f896fb
merge #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