From commits-return-4205-archive-asf-public=cust-asf.ponee.io@bigtop.apache.org Mon Jan 28 07:12:00 2019 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 2BDB918060E for ; Mon, 28 Jan 2019 07:12:00 +0100 (CET) Received: (qmail 65029 invoked by uid 500); 28 Jan 2019 06:11:59 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 65020 invoked by uid 99); 28 Jan 2019 06:11:59 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2019 06:11:59 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B78BB855BB; Mon, 28 Jan 2019 06:11:58 +0000 (UTC) Date: Mon, 28 Jan 2019 06:11:58 +0000 To: "commits@bigtop.apache.org" Subject: [bigtop] branch master updated: BIGTOP-3146. gradlew is not available in bigtop-tests/smoke-tests for running run_itest.sh (#454) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154865591860.24099.4714667168454270366@gitbox.apache.org> From: evansye@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: bigtop X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: beaddba5043282c019d96a10e2a2d68c067992d5 X-Git-Newrev: 341d1a254f0dc658315137bc42267c94768cbb1b X-Git-Rev: 341d1a254f0dc658315137bc42267c94768cbb1b X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. evansye pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bigtop.git The following commit(s) were added to refs/heads/master by this push: new 341d1a2 BIGTOP-3146. gradlew is not available in bigtop-tests/smoke-tests for running run_itest.sh (#454) 341d1a2 is described below commit 341d1a254f0dc658315137bc42267c94768cbb1b Author: Evans Ye AuthorDate: Mon Jan 28 14:11:54 2019 +0800 BIGTOP-3146. gradlew is not available in bigtop-tests/smoke-tests for running run_itest.sh (#454) --- bigtop-tests/smoke-tests/run_itest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigtop-tests/smoke-tests/run_itest.sh b/bigtop-tests/smoke-tests/run_itest.sh index 0ad23cb..08ecd92 100755 --- a/bigtop-tests/smoke-tests/run_itest.sh +++ b/bigtop-tests/smoke-tests/run_itest.sh @@ -105,7 +105,7 @@ else LOGGING="" fi -export DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +export DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../.." && pwd )" set_java_home() {