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
|
// Call test with logger enable
|
||||||
CommandResult result = new DotnetTestCommand()
|
CommandResult result = new DotnetTestCommand()
|
||||||
.WithWorkingDirectory(testProjectDirectory)
|
.WithWorkingDirectory(testProjectDirectory)
|
||||||
.ExecuteWithCapturedOutput("--logger:trx");
|
.ExecuteWithCapturedOutput("--logger trx");
|
||||||
|
|
||||||
// Verify
|
// Verify
|
||||||
String[] trxFiles = Directory.GetFiles(trxLoggerDirectory, "*.trx");
|
String[] trxFiles = Directory.GetFiles(trxLoggerDirectory, "*.trx");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue