aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2022-10-27 16:53:12 +0200
committerTom de Vries <tdevries@suse.de>2022-10-27 16:53:12 +0200
commit1dc83674da675a20ae361a037305777d23764574 (patch)
tree6160c42a85d983a1ef3f245011c91f9662e75166
parent6b839dd3deea4de278ebd862edb9c91d335d63e2 (diff)
downloadfsf-binutils-gdb-1dc83674da675a20ae361a037305777d23764574.zip
fsf-binutils-gdb-1dc83674da675a20ae361a037305777d23764574.tar.gz
fsf-binutils-gdb-1dc83674da675a20ae361a037305777d23764574.tar.bz2
[gdb/testsuite] Disable styling in host board local-remote-host-native.exp
Propagate fix from commit 17c68d98f74 ("[gdb/testsuite] Disable styling in host board local-remote-host.exp") to local-remote-host-native.exp. Tested on x86_64-linux.
-rw-r--r--gdb/testsuite/boards/local-remote-host-native.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/boards/local-remote-host-native.exp b/gdb/testsuite/boards/local-remote-host-native.exp
index f784e26..472a8ea 100644
--- a/gdb/testsuite/boards/local-remote-host-native.exp
+++ b/gdb/testsuite/boards/local-remote-host-native.exp
@@ -83,3 +83,7 @@ proc ${board}_download { board src dest } {
return $destfile
}
+
+if { $board_type == "host" } {
+ set GDBFLAGS "${GDBFLAGS} -iex \"set style enabled off\""
+}