diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-18 08:32:14 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-18 08:32:14 +0200 |
commit | 6161edd7a310209faae5288a2a174bf3251ef656 (patch) | |
tree | 63b000cae6d33ce0263b9bd293d8dccbdc632d82 /test/integration/framework | |
parent | 2842f8f3e31fbec8c53ce40f15ff0c76f021f030 (diff) |
add $* to gdb to make it more useful
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 2 |
1 files changed, 1 insertions, 1 deletions
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 |