Matrix0xCC commented on code in PR #3096:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/3096#discussion_r901080983


##########
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",
+        //add a property definition to enable quick search in taskmgr
+        "-DCombDeploy=true",

Review Comment:
   It's just a marker to search in windows task manager, I'll remove it later. 
   



-- 
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: commits-unsubscr...@servicecomb.apache.org

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

Reply via email to