Skip to content

Commit

Permalink
simplify a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Oct 9, 2018
1 parent 2be0565 commit 688a556
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/Fake.DotNet.Testing.NUnit/NUnit3.fs
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,7 @@ let run (setParams : NUnit3Params -> NUnit3Params) (assemblies : string seq) =
let assemblies = assemblies |> Seq.toArray
let details = assemblies |> String.separated ", "
use __ = Trace.traceTask "NUnit" details
let p = createProcess setParams assemblies
p
createProcess setParams assemblies
|> Proc.run

__.MarkSuccess()

0 comments on commit 688a556

Please sign in to comment.