From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2205) id CCAB7388B6B2; Thu, 27 Oct 2022 14:53:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCAB7388B6B2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666882434; bh=gIJDh0Q+EPlVC7RRfeYuXahD3/Ovrzp14eti1+qUm4Q=; h=From:To:Subject:Date:From; b=Jy4wJD8Zrgd8IrjkzWzpdwjBUyISj601sL3qm4VY0LbrBkpILGwcmmg4BnQpEAyKj FWCuMIBC3/96DXcFA/r9/mr6zDPmwSfIg934kZ2LblQ2+QB/8pQ/LOXgbBauvWJC9C A28Hc0BB/YTAtkoE82WnpX8qpgDh/yT4i89XaElU= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom de Vries To: gdb-cvs@sourceware.org Subject: [binutils-gdb] [gdb/testsuite] Disable styling in host board local-remote-host-native.exp X-Act-Checkin: binutils-gdb X-Git-Author: Tom de Vries X-Git-Refname: refs/heads/master X-Git-Oldrev: 6b839dd3deea4de278ebd862edb9c91d335d63e2 X-Git-Newrev: 1dc83674da675a20ae361a037305777d23764574 Message-Id: <20221027145354.CCAB7388B6B2@sourceware.org> Date: Thu, 27 Oct 2022 14:53:53 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D1dc83674da67= 5a20ae361a037305777d23764574 commit 1dc83674da675a20ae361a037305777d23764574 Author: Tom de Vries Date: Thu Oct 27 16:53:12 2022 +0200 [gdb/testsuite] Disable styling in host board local-remote-host-native.= exp =20 Propagate fix from commit 17c68d98f74 ("[gdb/testsuite] Disable styling= in host board local-remote-host.exp") to local-remote-host-native.exp. =20 Tested on x86_64-linux. Diff: --- gdb/testsuite/boards/local-remote-host-native.exp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/testsuite/boards/local-remote-host-native.exp b/gdb/testsu= ite/boards/local-remote-host-native.exp index f784e2617a8..472a8ea8c27 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 } { =20 return $destfile } + +if { $board_type =3D=3D "host" } { + set GDBFLAGS "${GDBFLAGS} -iex \"set style enabled off\"" +}