Skip to content

Commit

Permalink
log filename
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Oct 22, 2024
1 parent 697504e commit 327c7dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/new-e2e/tests/otel/utils/config_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func TestOTelFlare(s OTelTestSuite, expectedContents []string) {
otelFolder, otelFlareFolder := false, false
var otelResponse string
for _, filename := range flare.GetFilenames() {
s.T().Log("flare file: ", filename)
if strings.Contains(filename, "/otel/") {
otelFolder = true
}
Expand Down

0 comments on commit 327c7dd

Please sign in to comment.