瀏覽代碼

tests: set source directory for gdb

Helps interactive gdb calls find the source code.

Gbp-Dch: Ignore
David Kalnischkies 10 年之前
父節點
當前提交
f036d9bb53
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/integration/framework

+ 1 - 1
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