Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Feb 29, 2024
1 parent 1766d36 commit 721740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var _ = BeforeSuite(func() {
stdout, stderr, err := kubectl("-n", operatorNamespace, "get", "deploy", "rook-ceph-osd-0", "-o", "json")
if err != nil {
stdout2, _, err := kubectl("-n", operatorNamespace, "get", "pod", "|", "grep", "rook-ceph-osd-prepare")
fmt.Print(string(stdout2))
fmt.Printf(string(stdout2))
return fmt.Errorf("kubectl get deploy failed. stderr: %s, err: %w", string(stderr), err)
}

Expand Down

0 comments on commit 721740e

Please sign in to comment.