> On Dec. 7, 2015, 11:47 p.m., Dan Smith wrote: > > I think for some other things we've used gradle properties (Specified on > > the command line with -P). For example buildRoot. I'm not sure if it would > > be better to use a system property or a gradle property for this.
I figured that for tests we already use -D for skip.tests and choosing a single test (ex. -DintegrationTest.single) so keeping that consistent for this feature. - Jens ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41059/#review109225 ----------------------------------------------------------- On Dec. 7, 2015, 11:28 p.m., Jens Deppe wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41059/ > ----------------------------------------------------------- > > (Updated Dec. 7, 2015, 11:28 p.m.) > > > Review request for geode, Mark Bretl and Dan Smith. > > > Repository: geode > > > Description > ------- > > GEODE-638: Add build task to allow for custom set of tests to be run > > > Diffs > ----- > > build.gradle b5465b8eeb14408bae1624c8ffe7f25b4863e2b2 > > Diff: https://reviews.apache.org/r/41059/diff/ > > > Testing > ------- > > Manual testing > > > Thanks, > > Jens Deppe > >
