mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
[gdb/testsuite] Disable styling in host board local-remote-host-native.exp
Propagate fix from commit 17c68d98f7
("[gdb/testsuite] Disable styling in host
board local-remote-host.exp") to local-remote-host-native.exp.
Tested on x86_64-linux.
This commit is contained in:
parent
6b839dd3de
commit
1dc83674da
@ -83,3 +83,7 @@ proc ${board}_download { board src dest } {
|
|||||||
|
|
||||||
return $destfile
|
return $destfile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if { $board_type == "host" } {
|
||||||
|
set GDBFLAGS "${GDBFLAGS} -iex \"set style enabled off\""
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user