You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2019/01/28 06:11:58 UTC

[bigtop] branch master updated: BIGTOP-3146. gradlew is not available in bigtop-tests/smoke-tests for running run_itest.sh (#454)

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 <ev...@apache.org>
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() {