Merge branch 'master' into rd-arg

This commit is contained in:
Satya Madala 2017-03-25 16:33:01 +05:30
commit 12e59ebb6e
155 changed files with 2920 additions and 1867 deletions

View file

@ -109,7 +109,7 @@ namespace Microsoft.DotNet.Cli.Test.Tests
// Call test with trx logger enabled and results directory explicitly specified.
CommandResult result = new DotnetTestCommand()
.WithWorkingDirectory(testProjectDirectory)
.ExecuteWithCapturedOutput("--logger:trx -r \"" + trxLoggerDirectory + "\"");
.ExecuteWithCapturedOutput("--logger trx -r \"" + trxLoggerDirectory + "\"");
// Verify
String[] trxFiles = Directory.GetFiles(trxLoggerDirectory, "*.trx");