Fix test using :
as option value separator
This commit is contained in:
parent
35732fc07d
commit
cb52224272
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ namespace Microsoft.DotNet.Cli.Test.Tests
|
|||
// Call test with logger enable
|
||||
CommandResult result = new DotnetTestCommand()
|
||||
.WithWorkingDirectory(testProjectDirectory)
|
||||
.ExecuteWithCapturedOutput("--logger:trx");
|
||||
.ExecuteWithCapturedOutput("--logger trx");
|
||||
|
||||
// Verify
|
||||
String[] trxFiles = Directory.GetFiles(trxLoggerDirectory, "*.trx");
|
||||
|
|
Loading…
Add table
Reference in a new issue