]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
add $* to gdb to make it more useful
[apt.git] / test / integration / framework
index 28ccb4d9f7553503c953bb49bc36d1423b3f54f1..20f3487cc242dd08436d261d579acf673413d9e5 100644 (file)
@@ -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