• Andy Wilkinson's avatar
    Clear JAVA_OPTS in CLI tests; avoid permsize config error with Java 8 · 2053f4b2
    Andy Wilkinson authored
    When a Java 8 JVM is launched with -XX:MaxPermSize a warning message
    is output indicating that the option will be ignored. This causes the
    CLI tests that assert that no error output has been produced to fail.
    
    This commit updates the CLI's integration test harness to remove
    JAVA_OPTS from the environment of the CLI process. This prevents any
    unwanted max perm size configuration from leaking into that
    environment and breaking the build.
    2053f4b2
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...