> > +if test -n "$TEST_GDB_GIT" > > +then > > + exec gdb -args "${GIT_EXEC_PATH}/@@PROG@@" "$@" > Maybe we could make $TEST_GDB_GIT not just a boolean flag? It would be useful > to contain "gdb" executable name. It would allow to set path to GDB when it > is not in $PATH, set different debuggers (for example, I usually use cgdb), > or even set it to /path/to/gdb_wrapper.sh which could contain different gdb > options and tunings. > Sure, as long as TEST_GDB_GIT=1 still works. Why don't you make an add-on > patch and submit it? Hello Johannes, Sure, I will prepare the patch as soon as this one is included in master. -- Victor -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html