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 <[email protected]>
  • Loading branch information
edsantiago committed Jun 3, 2024
1 parent 0fa4d77 commit 57cd862
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 @@ -1287,6 +1287,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 57cd862

Please sign in to comment.