From ec2035951822db7044ef5557f9ae16b4809e001a Mon Sep 17 00:00:00 2001 From: Tudor Malene Date: Mon, 14 May 2018 16:05:30 +0100 Subject: [PATCH] Fix merge --- .../src/main/kotlin/net/corda/testing/driver/Driver.kt | 2 ++ 1 file changed, 2 insertions(+) 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,