diff --git a/testing/node-driver/src/main/kotlin/net/corda/testing/driver/Driver.kt b/testing/node-driver/src/main/kotlin/net/corda/testing/driver/Driver.kt index eb2901655e..1af3231dbd 100644 --- a/testing/node-driver/src/main/kotlin/net/corda/testing/driver/Driver.kt +++ b/testing/node-driver/src/main/kotlin/net/corda/testing/driver/Driver.kt @@ -283,6 +283,7 @@ data class DriverParameters( debugPortAllocation, systemProperties, useTestClock, + true, startNodesInProcess, waitForAllNodesToFinish, notarySpecs, @@ -326,6 +327,7 @@ data class DriverParameters( debugPortAllocation, systemProperties, useTestClock, + true, startNodesInProcess, waitForAllNodesToFinish, notarySpecs,