spring-cloud-deployer-cloudfoundry
spring-cloud-deployer-cloudfoundry copied to clipboard
Support special chars in cmdLineArgs
The current TCK test for cmdLineArgs is @Ignored because some chars need special handling and this has proven difficult in the past. Revisit
public class CloudFoundryAppDeployerIntegrationIT extends AbstractAppDeployerIntegrationJUnit5Tests has
@Override
@Disabled("Need to look into args escaping better. Disabling for the time being")
public void testCommandLineArgumentsPassing() {
}
This test needs to be enabled again to explore what is going on