From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 6F5B738245A2 for ; Thu, 27 Oct 2022 14:54:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6F5B738245A2 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id DDC6521AE7 for ; Thu, 27 Oct 2022 14:54:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1666882450; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=k9sxRM6aPPJ6MF5wSdxzyQI38CywaHa/PUpjUhrvnaE=; b=f5IS42jWTcvBoVCAxCQehE8OgvZWXux2sB3pbIKOt6W1UcTatbvQ4UEWILF6ZGQejxq0oE FYUZQ5bLsD7hKv0qa2Ubgj8NNNoH8ybn88RuHUT2u4Y2LtHW+B3pLM261vUZL+7Z30/uti T2xaDNj5y7RiJmX/ZEbtnd8OEfRW9cE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1666882450; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=k9sxRM6aPPJ6MF5wSdxzyQI38CywaHa/PUpjUhrvnaE=; b=31MAgLGKc2O/g2rD64cAfSnj/LTDurNLGTE2LoQxzZ2sBNpIjGZQi87K5qGdVjj1mTtYQ+ dpzw7wJVxFHjOrBw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id C2B03134CA for ; Thu, 27 Oct 2022 14:54:10 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id qFOPLpKbWmPTHwAAMHmgww (envelope-from ) for ; Thu, 27 Oct 2022 14:54:10 +0000 From: Tom de Vries To: gdb-patches@sourceware.org Subject: [pushed 3/3] [gdb/testsuite] Disable styling in host board local-remote-host-native.exp Date: Thu, 27 Oct 2022 16:54:10 +0200 Message-Id: <20221027145410.22466-3-tdevries@suse.de> X-Mailer: git-send-email 2.35.3 In-Reply-To: <20221027145410.22466-1-tdevries@suse.de> References: <20221027145410.22466-1-tdevries@suse.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: 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. --- 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/testsuite/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 } { return $destfile } + +if { $board_type == "host" } { + set GDBFLAGS "${GDBFLAGS} -iex \"set style enabled off\"" +} -- 2.35.3