diff --git a/tests/integration/hardhatprocess.nim b/tests/integration/hardhatprocess.nim index b00b0400..b768c2e9 100644 --- a/tests/integration/hardhatprocess.nim +++ b/tests/integration/hardhatprocess.nim @@ -77,7 +77,7 @@ method start*( raiseAssert "failed build path to hardhat executable: " & parent.msg let poptions = node.processOptions + {AsyncProcessOption.StdErrToStdOut} - let args = @["node", "--export", "deployment-localhost.json"].concat(node.arguments) + let args = @["node"].concat(node.arguments) trace "starting node", args, executable, workingDir = node.workingDir try: