demery-pivotal commented on PR #7675:
URL: https://github.com/apache/geode/pull/7675#issuecomment-1122749018

   > Seems like a sane script change.
   > 
   > Are these all required parameters for running locally?
   
   None are required for running locally. The `multi-process-test.gradle` 
script will translate each property (if it exists) into an environment variable 
for the test JVM, like so:
   ```
   for (task in multiProcessTestTasks) {
     if(project.hasProperty('testJava8Home')) {
       task.environment "TEST_JAVA_8_HOME", "${project.testJava8Home}"
     }
     ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to