From commits-return-1099-archive-asf-public=cust-asf.ponee.io@yetus.apache.org Thu Aug 23 22:11:01 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6B83718061A for ; Thu, 23 Aug 2018 22:11:01 +0200 (CEST) Received: (qmail 24669 invoked by uid 500); 23 Aug 2018 20:11:00 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 24647 invoked by uid 99); 23 Aug 2018 20:11:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2018 20:11:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 14CE7DFC7C; Thu, 23 Aug 2018 20:11:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aw@apache.org To: commits@yetus.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: yetus git commit: YETUS-660. checkstyle should report when it fails to execute (addendum) Date: Thu, 23 Aug 2018 20:11:00 +0000 (UTC) Repository: yetus Updated Branches: refs/heads/master 1ced8a131 -> 44dc68943 YETUS-660. checkstyle should report when it fails to execute (addendum) Signed-off-by: Allen Wittenauer Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/44dc6894 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/44dc6894 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/44dc6894 Branch: refs/heads/master Commit: 44dc6894342fb42fc6f069bfcdeca1b85c77b9c5 Parents: 1ced8a1 Author: jackbearden Authored: Thu Aug 23 12:35:59 2018 -0700 Committer: Allen Wittenauer Committed: Thu Aug 23 13:10:44 2018 -0700 ---------------------------------------------------------------------- precommit/test-patch.d/maven.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/44dc6894/precommit/test-patch.d/maven.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/maven.sh b/precommit/test-patch.d/maven.sh index dba0a2a..12fb239 100755 --- a/precommit/test-patch.d/maven.sh +++ b/precommit/test-patch.d/maven.sh @@ -586,7 +586,9 @@ function maven_precompile # but quite a few do ... # shellcheck disable=SC2086 for index in ${MAVEN_NEED_INSTALL}; do - need=true + if verify_needed_test "${index}"; then + need=true + fi done if [[ "${need}" = false ]]; then