mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-29 13:24:42 +00:00
fix wrong output in e2e log
This commit is contained in:
parent
0c1f933693
commit
736694e6ad
@ -1395,7 +1395,7 @@ func createFileDoesntExistCmd(testFileDir string, testFile string) string {
|
|||||||
// Fail on error
|
// Fail on error
|
||||||
func podRWCmdExec(pod *v1.Pod, cmd string) string {
|
func podRWCmdExec(pod *v1.Pod, cmd string) string {
|
||||||
out, err := utils.PodExec(pod, cmd)
|
out, err := utils.PodExec(pod, cmd)
|
||||||
framework.Logf("podRWCmdExec out: %q err: %q", out, err)
|
framework.Logf("podRWCmdExec out: %q err: %v", out, err)
|
||||||
Expect(err).NotTo(HaveOccurred())
|
Expect(err).NotTo(HaveOccurred())
|
||||||
return out
|
return out
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user