]> git.ipfire.org Git - thirdparty/git.git/commit - t/test-lib-functions.sh
test: facilitate debugging Git executables in tests with gdb
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 30 Oct 2015 19:02:56 +0000 (12:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2015 21:02:38 +0000 (14:02 -0700)
commit6a94088cc3d539bdc15b824befc083f7ff8d0288
tree8f0cfd83cf10d042726e0b706c5fd5636dfc6388
parent80980a1d5c2678ab9031d7c60faf38b9631eb1ce
test: facilitate debugging Git executables in tests with gdb

When prefixing a Git call in the test suite with 'debug ', it will
now be run with GDB, allowing the developer to debug test failures
more conveniently.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README
t/test-lib-functions.sh
wrap-for-bin.sh