kubectl/pkg/apply/strategy
Dave Chen e0318c203f Remove `newlineReporter` custom report
The `newlineReporter` intends to print a new line after the test to
prevent the something print to the stdout and mess up the test result
while cause the tool like `go-junit-report` fail to parse the result.

But this is no longer needed based on following evidence.

- The issue that was first introduced in `go-junit-report` has already fixed in the version
referenced in `go.mod`.
- The `newlineReporter` report doesn't fix anything for `Ginkgo` v1 or V2 or `go test`, it just prints a
new line before the test summarization.

Signed-off-by: Dave Chen <dave.chen@arm.com>

Kubernetes-commit: 9953dde65dfaede9f1d481296053adc301ad9773
2022-06-01 13:09:47 +08:00
..
doc.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
merge.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
merge_conflict_test.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
merge_map_list_test.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
merge_map_test.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
merge_primitive_list_test.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
merge_primitive_test.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
merge_visitor.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
replace_map_list_test.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
replace_map_test.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
replace_primitive_list_test.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
replace_visitor.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
retain_keys_test.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
retain_keys_visitor.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
strategic_visitor.go Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
suite_test.go Remove `newlineReporter` custom report 2022-06-01 13:09:47 +08:00
test_swagger.json Move pkg/kubectl/apply and subdirectories to staging 2019-07-28 18:36:23 -07:00
utils_test.go Rename test/data directory to testdata 2019-10-31 13:40:02 -07:00