This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new c58eb1a  Install admin module upon test module install. (#3824)
c58eb1a is described below

commit c58eb1a6c883ea44b34de7c5236e7c3c5c19d428
Author: Chetan Mehrotra <chet...@apache.org>
AuthorDate: Fri Jun 29 13:40:38 2018 +0530

    Install admin module upon test module install. (#3824)
---
 tests/build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/build.gradle b/tests/build.gradle
index 32fff68..0460cb8 100644
--- a/tests/build.gradle
+++ b/tests/build.gradle
@@ -28,6 +28,8 @@ repositories {
     mavenCentral()
 }
 
+install.dependsOn ':tools:admin:install'
+
 project.archivesBaseName = "openwhisk-tests"
 
 tasks.withType(Test) {

Reply via email to