Merge branch 'master' into rd-arg
This commit is contained in:
commit
12e59ebb6e
155 changed files with 2920 additions and 1867 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue