mirror of
https://github.com/corda/corda.git
synced 2025-01-26 22:29:28 +00:00
Tidy up (#128)
This commit is contained in:
parent
cdf061379e
commit
ca2267f87f
@ -51,6 +51,9 @@ class Launcher {
|
||||
}
|
||||
jmeter.start(arrayOf("-s", "-p", (capsuleDirPath / "jmeter.properties").toString()) + extraArgs + args)
|
||||
} else {
|
||||
val searchPath = Files.readAllLines(Paths.get(System.getProperty("search_paths_file"))).first()
|
||||
logger.info("search_paths = $searchPath")
|
||||
System.setProperty("search_paths", searchPath)
|
||||
jmeter.start(maybeOpenSshTunnels(args))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user