use the /silent output for xUnit tests

This commit is contained in:
Brendan Forster
2013-11-27 09:33:34 -08:00
parent c2be731f73
commit 9fb83fba3e
+1
View File
@@ -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. " +