mirror of
https://github.com/corda/corda.git
synced 2025-01-27 14:49:35 +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)
|
jmeter.start(arrayOf("-s", "-p", (capsuleDirPath / "jmeter.properties").toString()) + extraArgs + args)
|
||||||
} else {
|
} 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))
|
jmeter.start(maybeOpenSshTunnels(args))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user