Repository: bigtop Updated Branches: refs/heads/master c572a160d -> 7f624263a
BIGTOP-2175. BIGTOP_HOME should be either asserter or replaced with setup logic Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/7f624263 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/7f624263 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/7f624263 Branch: refs/heads/master Commit: 7f624263a2bc9f9304a19f2b4da7c1ed4318663c Parents: c572a16 Author: David Capwell <[email protected]> Authored: Mon Dec 28 20:48:27 2015 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Mon Dec 28 20:51:10 2015 -0800 ---------------------------------------------------------------------- bigtop-tests/smoke-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/7f624263/bigtop-tests/smoke-tests/build.gradle ---------------------------------------------------------------------- diff --git a/bigtop-tests/smoke-tests/build.gradle b/bigtop-tests/smoke-tests/build.gradle index 6afe1e4..abdafdc 100644 --- a/bigtop-tests/smoke-tests/build.gradle +++ b/bigtop-tests/smoke-tests/build.gradle @@ -70,7 +70,7 @@ subprojects { * java_home should be declared in all cases. * itest can be greater than or equal to = 0.7.0, 0.8.0 */ - checkEnv(["JAVA_HOME","ITEST"]) + checkEnv(["JAVA_HOME","ITEST","BIGTOP_HOME"]) ext.itestVersion = System.getenv("ITEST") // Let's make sure all system Properties are passed into the forked test JVM
