Skip to content

Commit

Permalink
Output test runner results to xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarz committed Jul 28, 2016
1 parent 3c5959f commit d257b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/Testing.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module Tests =
|> Seq.map Paths.Quote
|> Seq.iter(fun project ->
Tooling.DotNet.Exec runtime TestFailure "." ["restore"; project;]
Tooling.DotNet.Exec runtime TestFailure "." ["test"; project;])
Tooling.DotNet.Exec runtime TestFailure "." ["test"; project; "-xml"; Paths.Output("TestResults.xml")])

let RunUnitTests() =
!! Paths.Source("Tests/project.json")
Expand Down

0 comments on commit d257b3d

Please sign in to comment.