Skip to content

Commit

Permalink
debugging printf for writeYaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Santiago <santiago@redhat.com>
  • Loading branch information
edsantiago committed Aug 15, 2024
1 parent fdfd66d commit 71a6cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,7 @@ func writeYaml(content string, fileName string) error {
return err
}

GinkgoWriter.Printf("writeYaml: %s:\n%s\n", fileName, content)
return nil
}

Expand Down

0 comments on commit 71a6cce

Please sign in to comment.