Просмотр исходного кода

tests: set source directory for gdb

Helps interactive gdb calls find the source code.

Gbp-Dch: Ignore
David Kalnischkies лет назад: 10
Родитель
Сommit
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