mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #110557 from ldsdsy/modify
Fixing grammar in e2e Windows test logging
This commit is contained in:
commit
80c19baa11
@ -145,7 +145,7 @@ func doReadWriteReadOnlyTest(f *framework.Framework, source v1.VolumeSource, vol
|
||||
_, stderr, _ := f.ExecCommandInContainerWithFullOutput(podName, containerName, writecmd...)
|
||||
framework.ExpectEqual(stderr, "Access is denied.")
|
||||
|
||||
ginkgo.By("verifying that pod can read from the the volume that is readonly")
|
||||
ginkgo.By("verifying that pod can read from a volume that is readonly")
|
||||
readcmd := []string{"cmd", "/c", "type", filePath}
|
||||
readout, readerr, err := f.ExecCommandInContainerWithFullOutput(podName, containerName, readcmd...)
|
||||
readmsg := fmt.Sprintf("cmd: %v, stdout: %q, stderr: %q", readcmd, readout, readerr)
|
||||
|
Loading…
Reference in New Issue
Block a user