Merge remote-tracking branch 'origin/v1.4' into v1.4
This commit is contained in:
commit
c51329433a
|
@ -33,6 +33,8 @@ public class AppStartListener implements ApplicationListener<ApplicationReadyEve
|
|||
|
||||
System.out.println("================= 应用启动 =================");
|
||||
|
||||
System.setProperty("jmeter.home", jmeterHome);
|
||||
|
||||
loadJars();
|
||||
|
||||
initPythonEnv();
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ee74568be0beba46da19616f5832e83f9164c688
|
||||
Subproject commit cf6b06526324326a563d933e07118fac014a63b4
|
|
@ -92,7 +92,6 @@ public final class NewDriver {
|
|||
if (tmpDir.length() == 0) {
|
||||
File userDir = new File(System.getProperty("user.dir"));// $NON-NLS-1$
|
||||
tmpDir = userDir.getAbsoluteFile().getParent();
|
||||
System.out.println(tmpDir + "333");
|
||||
}
|
||||
// }
|
||||
JMETER_INSTALLATION_DIRECTORY=tmpDir;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cc38137a69a0f20fadece9c0f9f50a9468c4ace9
|
||||
Subproject commit 06d935cd1d22ab36f09763745c2aff8ad3fb08c1
|
Loading…
Reference in New Issue