Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11035
Change subject: [gradle] Add rerunTests property ...................................................................... [gradle] Add rerunTests property [gradle] Add rerunTests property Gradle keeps track of changes and will skip tasks that are up-to-date when possible. This is great for incremental build speed, but can work against you if you want to rerun tests multiple times. Gradle does have a —rerun-tasks flag that will make sure the tests are run. However, it will also rerun all the tasks in the build tree. This patch adds a rerunTests property that will tell gradle the tests need to be rerun when passed. Change-Id: I88eebdc34c5b9763b87879eade3dc9b42d3caf1c --- M java/gradle/tests.gradle 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/11035/1 -- To view, visit http://gerrit.cloudera.org:8080/11035 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I88eebdc34c5b9763b87879eade3dc9b42d3caf1c Gerrit-Change-Number: 11035 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
