From 9fb83fba3ecc538972eef5466f607ce711f8a974 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Wed, 27 Nov 2013 09:33:34 -0800 Subject: [PATCH] use the /silent output for xUnit tests --- build.fsx | 1 + 1 file changed, 1 insertion(+) diff --git a/build.fsx b/build.fsx index 3ed31657..a9419026 100644 --- a/build.fsx +++ b/build.fsx @@ -75,6 +75,7 @@ Target "IntegrationTests" (fun _ -> |> xUnit (fun p -> {p with XmlOutput = true + Verbose = false OutputDir = testResultsDir }) else "The integration tests were skipped because the OCTOKIT_GITHUBUSERNAME and OCTOKIT_GITHUBPASSWORD environment variables are not set. " +