diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-08-16 07:38:18 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-08-17 07:55:46 +0200 |
commit | f036d9bb539a5ed2b4c43a0c26a9cdfa5671298b (patch) | |
tree | f82179757db33cd158ff2f450936eebf7a0b6d54 | |
parent | 5586b8882fda5f099d65a91f362c14c9d7e1b4ac (diff) |
tests: set source directory for gdb
Helps interactive gdb calls find the source code.
Gbp-Dch: Ignore
-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 8a95d79bb..8d124858b 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -216,7 +216,7 @@ gdb() { if [ "${CMD##*/}" = "$CMD" ]; then CMD="${BUILDDIRECTORY}/${CMD}" fi - runapt command gdb --quiet -ex run "$CMD" --args "$CMD" "$@" + runapt command gdb --quiet -ex "directory '$SOURCEDIRECTORY'" -ex run "$CMD" --args "$CMD" "$@" } lastmodification() { date -u -d "@$(stat -c '%Y' "${TMPWORKINGDIRECTORY}/$1")" -R |