Skip to content

Commit

Permalink
GEODE-5212: Consider property testCategory for upgradeTest gradle task (
Browse files Browse the repository at this point in the history
  • Loading branch information
sboorlagadda committed Jul 25, 2018
1 parent 3192d62 commit ecbe5ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle/test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ subprojects {
}

upgradeTest {
useJUnit {
if(project.hasProperty("testCategory")) {
includeCategories += project.testCategory
}
}
forkEvery 1
outputs.upToDateWhen{false}
}
Expand Down

0 comments on commit ecbe5ce

Please sign in to comment.