From patchwork Sat Oct 6 15:25:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergio Durigan Junior X-Patchwork-Id: 29665 Received: (qmail 67743 invoked by alias); 6 Oct 2018 15:26:03 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 67733 invoked by uid 89); 6 Oct 2018 15:26:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= 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; Sat, 06 Oct 2018 15:26:02 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 03C5A3001257; Sat, 6 Oct 2018 15:26:01 +0000 (UTC) Received: from psique.yyz.redhat.com (unused-10-15-17-196.yyz.redhat.com [10.15.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTP id 047F65D995; Sat, 6 Oct 2018 15:25:57 +0000 (UTC) From: Sergio Durigan Junior To: GDB Patches Cc: John Baldwin , Sergio Durigan Junior Subject: [PATCH] Update string expected from "help info proc" on gdb.base/info-proc.exp Date: Sat, 6 Oct 2018 11:25:56 -0400 Message-Id: <20181006152556.4181-1-sergiodj@redhat.com> In-Reply-To: <20180918185444.89533-9-jhb@FreeBSD.org> References: <20180918185444.89533-9-jhb@FreeBSD.org> X-IsSubscribed: yes Commit 73f1bd769a5 ("Make the "info proc" documentation more consistent.") updated the output from "help info proc", but forgot to update the test on gdb.base/info-proc.exp. This obvious patch does that. Checked-in as obvious. gdb/testsuite/ChangeLog: 2018-10-06 Sergio Durigan Junior * gdb.base/info-proc.exp: Update string expected from "help info proc". --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/info-proc.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e088cb6041..c78c09a15f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-10-06 Sergio Durigan Junior + + * gdb.base/info-proc.exp: Update string expected from "help info + proc". + 2018-10-04 Tom Tromey * gdb.cp/maint.exp (test_invalid_name): Update expected output. diff --git a/gdb/testsuite/gdb.base/info-proc.exp b/gdb/testsuite/gdb.base/info-proc.exp index 7dbf740645..9f23909dd4 100644 --- a/gdb/testsuite/gdb.base/info-proc.exp +++ b/gdb/testsuite/gdb.base/info-proc.exp @@ -25,7 +25,7 @@ if {[prepare_for_testing "failed to prepare" $testfile \ return -1 } -gdb_test "help info proc" "Show /proc process information about .*" +gdb_test "help info proc" "Show additional information about a process.*" gdb_test_multiple "info proc" "info proc without a process" { -re "No current process.*$gdb_prompt $" {