Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6204618CFC for ; Thu, 3 Sep 2015 15:27:52 +0000 (UTC) Received: (qmail 56445 invoked by uid 500); 3 Sep 2015 15:27:45 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 56386 invoked by uid 500); 3 Sep 2015 15:27:45 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 56370 invoked by uid 99); 3 Sep 2015 15:27:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 15:27:45 +0000 Date: Thu, 3 Sep 2015 15:27:45 +0000 (UTC) From: "Jagadesh Kiran N (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-12375) Incomplete checking for findbugs executable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-12375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jagadesh Kiran N updated HADOOP-12375: -------------------------------------- Status: Patch Available (was: Open) > Incomplete checking for findbugs executable > ------------------------------------------- > > Key: HADOOP-12375 > URL: https://issues.apache.org/jira/browse/HADOOP-12375 > Project: Hadoop Common > Issue Type: Sub-task > Components: yetus > Affects Versions: HADOOP-12111 > Reporter: Kengo Seki > Assignee: Jagadesh Kiran N > Labels: newbie > Attachments: HADOOP-12375.HADOOP-12111.00.patch > > > In test-patch.d/findbugs.sh: > {code} > 65 function findbugs_is_installed > 66 { > 67 if [[ ! -e "${FINDBUGS_HOME}/bin/findbugs" ]]; then > 68 printf "\n\n%s is not executable.\n\n" "${FINDBUGS_HOME}/bin/findbugs" > 69 add_vote_table -1 findbugs "Findbugs is not installed." > 70 return 1 > 71 fi > 72 return 0 > 73 } > {code} > should be -x. -- This message was sent by Atlassian JIRA (v6.3.4#6332)