Explorar el Código

tests: set source directory for gdb

Helps interactive gdb calls find the source code.

Gbp-Dch: Ignore
David Kalnischkies hace 10 años
padre
commit
f036d9bb53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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