mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
e2e: correct log format in execCommandInPod()
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
8f133e03b8
commit
d03a352abf
@ -150,7 +150,7 @@ func execCommandInPod(f *framework.Framework, c, ns string, opt *metav1.ListOpti
|
||||
}
|
||||
stdOut, stdErr, err := f.ExecWithOptions(podPot)
|
||||
if stdErr != "" {
|
||||
e2elog.Logf("stdErr occurred ", stdErr)
|
||||
e2elog.Logf("stdErr occurred: %v", stdErr)
|
||||
}
|
||||
Expect(err).Should(BeNil())
|
||||
return stdOut, stdErr
|
||||
|
Loading…
Reference in New Issue
Block a user