mirror of
https://github.com/corda/corda.git
synced 2025-03-15 16:46:12 +00:00
Fix broken smoke test (#1393)
This commit is contained in:
parent
9a33a7f51f
commit
fa6827ceaa
@ -41,7 +41,7 @@ class PluginRegistrationTest {
|
||||
|
||||
// Install plugin Jars in node directory, then start the node and close it
|
||||
val consoleOutput = temporaryFolder.newFile("node-stdout.txt")
|
||||
val nodeJvmArgs = arrayOf("-logging-level", "DEBUG", "-no-local-shell", "-log-to-console")
|
||||
val nodeJvmArgs = arrayOf("--logging-level", "DEBUG", "--no-local-shell", "--log-to-console")
|
||||
NodeProcess.Factory(extraJvmArgs = nodeJvmArgs, redirectConsoleTo = consoleOutput)
|
||||
.setupPlugins(config, listOf(pluginJarFile))
|
||||
.create(config)
|
||||
|
Loading…
x
Reference in New Issue
Block a user