aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 101ecc74..b0a83b15 100644
--- a/build.gradle
+++ b/build.gradle
@@ -80,6 +80,8 @@ rat {
"bigtop-tests/smoke-tests/phoenix/*.sql",
"bigtop-tests/smoke-tests/ignite-hadoop/*.data",
"bigtop-tests/smoke-tests/tajo/table1/*.csv",
+ "bigtop-tests/smoke-tests/odpi-runtime/src/test/resources/*.json",
+ "bigtop-tests/smoke-tests/odpi-runtime/src/test/resources/*.list",
"**/target/**",
"**/build/**",
"**/.gradle/**",
@@ -427,7 +429,6 @@ task "bigtop-slaves"(type:Exec,
project.afterEvaluate {
checkClusterTestProjects("smoke.tests")
- checkClusterTestProjects("spec.tests")
artifactToInstall(dependsOn: [installTopLevel, installCommon, installConf, installiTest])
}