Skip to content

Commit

Permalink
Experiment
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 24, 2024
1 parent a5352d8 commit dff58f6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions java/integTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,6 @@ clearDirs.dependsOn 'startStandalone'
clearDirs.dependsOn 'startCluster'
test.finalizedBy 'stopAllAfterTests'

tasks.register('check1', Exec) {
workingDir "${project.rootDir}/../utils"
commandLine 'tree'
}

tasks.register('check2', Exec) {
workingDir "${project.rootDir}/../utils"
commandLine 'tree'
}

stopAllAfterTests.dependsOn 'check1'
stopAllAfterTests.finalizedBy 'check2'

tasks.withType(Test) {
systemProperty 'test.redis.standalone.port', '6380'
systemProperty 'test.redis.cluster.port', '7000'
Expand Down

0 comments on commit dff58f6

Please sign in to comment.