Преглед изворни кода

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