Skip to content

Commit

Permalink
fix copy / paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpi committed Sep 9, 2020
1 parent c164ddb commit 2e19bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Fake.DotNet.Testing.NUnit/NUnit3.fs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ let internal createProcess createTempFile (setParams : NUnit3Params -> NUnit3Par
let argLine = Args.toWindowsCommandLine [ (sprintf "@%s" path) ]
CreateProcess.fromRawCommandLine tool argLine
|> CreateProcess.withFramework
|> CreateProcess.withWorkingDirectory (getWorkingDir parameters)
|> CreateProcess.withEnvironment (parameters.Environment |> Map.toList)
//|> CreateProcess.withTimeout processTimeout
|> CreateProcess.addOnSetup (fun () ->
Expand Down

0 comments on commit 2e19bfb

Please sign in to comment.