You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2018/08/08 19:26:39 UTC

[geode] 02/02: GEODE-5387: Fixing repeatTest for the geode-assembly project

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

upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git

commit c90f2e4cb870dd9ef4c8b30fd0c3ab5e188e519a
Author: Dan Smith <up...@apache.org>
AuthorDate: Tue Aug 7 15:36:44 2018 -0700

    GEODE-5387: Fixing repeatTest for the geode-assembly project
    
    geode-assembly test targets need to depend on the installed product
---
 geode-assembly/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 7179312..6c7dc88 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -475,6 +475,7 @@ upgradeTest dependOnInstalledProduct
 integrationTest dependOnInstalledProduct
 uiTest dependOnInstalledProduct
 flakyTest dependOnInstalledProduct
+repeatTest dependOnInstalledProduct
 
 // Make build final task to generate all test and product resources
 build.dependsOn installDist