From: Michael Vogt Date: Fri, 18 Oct 2013 06:32:14 +0000 (+0200) Subject: add $* to gdb to make it more useful X-Git-Tag: 0.9.13.exp1ubuntu1~2^2~4 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/6161edd7a310209faae5288a2a174bf3251ef656 add $* to gdb to make it more useful --- diff --git a/test/integration/framework b/test/integration/framework index 28ccb4d9f..20f3487cc 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -116,7 +116,7 @@ aptitude() { } gdb() { echo "gdb: run »$*«" - APT_CONFIG=aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} $(which gdb) ${BUILDDIRECTORY}/$1 + APT_CONFIG=aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} $(which gdb) ${BUILDDIRECTORY}/$1 --args $* } http() { LD_LIBRARY_PATH=${BUILDDIRECTORY} ${BUILDDIRECTORY}/methods/http