Skip to content

Commit

Permalink
Fix test log output
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Aug 1, 2023
1 parent 3438739 commit e9e8600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
cp /cfg/otel-collector.crt /usr/local/share/ca-certificates/
update-ca-certificates --verbose

dotnet test OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests.dll --TestCaseFilter:CategoryName=CollectorIntegrationTests --logger:console;verbosity=detailed
dotnet test OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests.dll --TestCaseFilter:CategoryName=CollectorIntegrationTests --logger "console;verbosity=detailed"

0 comments on commit e9e8600

Please sign in to comment.