File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/test/java/com/reajason/javaweb/integration Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ pgrep -f ' Main' | tr -d ' \n'
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public class ContainerTool {
3232 public static final MountableFile jbossPid = MountableFile .forHostPath (Path .of ("script" , "jboss_pid.sh" ));
3333 public static final MountableFile glassfishPid = MountableFile .forHostPath (Path .of ("script" , "glassfish_pid.sh" ));
3434 public static final MountableFile besPid = MountableFile .forHostPath (Path .of ("script" , "bes_pid.sh" ));
35+ public static final MountableFile apusicPid = MountableFile .forHostPath (Path .of ("script" , "apusic_pid.sh" ));
3536 public static final MountableFile jettyPid = MountableFile .forHostPath (Path .of ("script" , "jetty_pid.sh" ));
3637 public static final MountableFile webspherePid = MountableFile .forHostPath (Path .of ("script" , "websphere_pid.sh" ));
3738 public static final MountableFile weblogicPid = MountableFile .forHostPath (Path .of ("script" , "weblogic_pid.sh" ));
You can’t perform that action at this time.
0 commit comments