mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Merge pull request #123655 from huww98/mt-n
agnhost/mounttest: add new line to output
This commit is contained in:
commit
8c80c07e85
@ -1 +1 @@
|
||||
2.47
|
||||
2.48
|
||||
|
@ -195,7 +195,7 @@ func testFileContent(filePath string, retryDuration int, breakOnExpectedContent
|
||||
fmt.Printf("content of file %q: %v\n", filePath, string(contentBytes))
|
||||
if breakOnExpectedContent {
|
||||
if string(contentBytes) != initialContent {
|
||||
fmt.Printf("Unexpected content. Expected: %s. Retrying", initialContent)
|
||||
fmt.Printf("Unexpected content. Expected: %s. Retrying\n", initialContent)
|
||||
continue
|
||||
}
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user