Shoothzj commented on code in PR #3096:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/3096#discussion_r901075240
##########
integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/deploy/MicroserviceDeploy.java:
##########
@@ -43,7 +43,12 @@ public MicroserviceDeployDefinition
getMicroserviceDeployDefinition() {
@Override
protected String[] createCmds() {
// must set jar at the end of the cmds
- return new String[] {"java", "-jar"};
+ return new String[] {"java", "-jar",
Review Comment:
I suggest don't commit this change if not needed.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]