From patchwork Sun Mar 6 22:33:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergio Durigan Junior X-Patchwork-Id: 11225 Received: (qmail 52619 invoked by alias); 6 Mar 2016 22:34:05 -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 52606 invoked by uid 89); 6 Mar 2016 22:34:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 06 Mar 2016 22:34:03 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 65D25D7D47 for ; Sun, 6 Mar 2016 22:34:02 +0000 (UTC) Received: from psique.yyz.redhat.com (unused-10-15-17-51.yyz.redhat.com [10.15.17.51]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u26MY1Ia001251; Sun, 6 Mar 2016 17:34:02 -0500 From: Sergio Durigan Junior To: GDB Patches Cc: Sergio Durigan Junior Subject: [commit/obvious] Set executable bit on analyze-racy-logs.py Date: Sun, 6 Mar 2016 17:33:47 -0500 Message-Id: <1457303627-7146-1-git-send-email-sergiodj@redhat.com> In-Reply-To: <87ziucv0qf.fsf@redhat.com> References: <87ziucv0qf.fsf@redhat.com> X-IsSubscribed: yes I forgot to do it in my previous commit. This is necessary because we execute the script directly on gdb/testsuite/Makefile.in. gdb/testsuite/ChangeLog: 2016-03-06 Sergio Durigan Junior * analyze-racy-logs.py: Set executable bit. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/analyze-racy-logs.py | 0 2 files changed, 4 insertions(+) mode change 100644 => 100755 gdb/testsuite/analyze-racy-logs.py diff --git a/gdb/testsuite/analyze-racy-logs.py b/gdb/testsuite/analyze-racy-logs.py old mode 100644 new mode 100755 diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a96156d..668f9f0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-03-06 Sergio Durigan Junior + + * analyze-racy-logs.py: Set executable bit. + 2016-03-05 Sergio Durigan Junior * Makefile.in (DEFAULT_RACY_ITER): New variable.