From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1186 invoked by alias); 1 May 2014 16:27:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 1164 invoked by uid 89); 1 May 2014 16:27:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 May 2014 16:27:41 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s41GRdM7020314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 1 May 2014 12:27:39 -0400 Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s41GRawW006688; Thu, 1 May 2014 12:27:38 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Cc: Yao Qi Subject: [PUSHED 1/2] Rename testsuite/boards/local-remote-host.exp -> testsuite/boards/local-remote-host-notty.exp Date: Thu, 01 May 2014 16:27:00 -0000 Message-Id: <1398961655-7899-2-git-send-email-palves@redhat.com> In-Reply-To: <1398961655-7899-1-git-send-email-palves@redhat.com> References: <1395812833-17748-1-git-send-email-yao@codesourcery.com> <1398961655-7899-1-git-send-email-palves@redhat.com> X-SW-Source: 2014-05/txt/msg00007.txt.bz2 When testing with this board, stdin is not a tty, and so readline/editing is disabled: $ ssh localhost gdb -q (gdb) show editing Editing of command lines as they are typed is off. (gdb) Rename the file, to make room for a version of this board that forces a pseudo-tty. gdb/testsuite/ 2014-05-01 Pedro Alves * boards/local-remote-host.exp: Rename to ... * boards/local-remote-host-notty.exp: ... this. --- gdb/testsuite/ChangeLog | 5 +++++ .../boards/{local-remote-host.exp => local-remote-host-notty.exp} | 0 2 files changed, 5 insertions(+) rename gdb/testsuite/boards/{local-remote-host.exp => local-remote-host-notty.exp} (100%) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8078a42..bdd1fc2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-05-01 Pedro Alves + + * boards/local-remote-host.exp: Rename to ... + * boards/local-remote-host-notty.exp: ... this. + 2014-04-28 Joel Brobecker * gdb.ada/dyn_arrayidx: New testcase. diff --git a/gdb/testsuite/boards/local-remote-host.exp b/gdb/testsuite/boards/local-remote-host-notty.exp similarity index 100% rename from gdb/testsuite/boards/local-remote-host.exp rename to gdb/testsuite/boards/local-remote-host-notty.exp -- 1.7.11.7