You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/02/25 07:04:09 UTC

[14/16] bigtop git commit: BIGTOP-2340. BIGTOP-2319 is incomplete: the code for smoke-tests is missing

BIGTOP-2340. BIGTOP-2319 is incomplete: the code for smoke-tests is missing


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/6a477395
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/6a477395
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/6a477395

Branch: refs/heads/BIGTOP-2320
Commit: 6a477395805aa5003cae6fda16a4d2284d965b9d
Parents: e42853d
Author: Konstantin Boudnik <co...@apache.org>
Authored: Fri Feb 19 22:49:10 2016 +0300
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Mon Feb 22 18:17:47 2016 +0300

----------------------------------------------------------------------
 bigtop-tests/build.gradle | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/6a477395/bigtop-tests/build.gradle
----------------------------------------------------------------------
diff --git a/bigtop-tests/build.gradle b/bigtop-tests/build.gradle
index c8180d9..2386d7e 100644
--- a/bigtop-tests/build.gradle
+++ b/bigtop-tests/build.gradle
@@ -23,10 +23,10 @@ distributions {
     baseName = project.hasProperty('assemblyname') ?
       project.property('assemblyname') : 'bigtop-smokes-suite'
     contents {
-      exclude '*.iml'
+      exclude '**/*.iml'
       exclude '.gradle'
-      exclude 'build'
-      exclude 'target'
+      exclude '**/build'
+      exclude '**/target'
       from ("$rootDir") {
         include '*.bom'
         include 'gradlew'
@@ -41,9 +41,8 @@ distributions {
         include '*'
       }
       from ('smoke-tests') {
-        into 'smoke-tests'
-        include '*.gradle'
-        include 'logger-test-config/**'
+        into 'bigtop-tests/smoke-tests'
+        include '**'
       }
       from ('smoke-tests') { // Put the driver script to the top-level
         include 'run_itest.sh'