mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
agnhost/mounttest: add new line to output
make the output easier to read.
This commit is contained in:
parent
3086d88dc6
commit
c134bfe9eb
@ -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))
|
fmt.Printf("content of file %q: %v\n", filePath, string(contentBytes))
|
||||||
if breakOnExpectedContent {
|
if breakOnExpectedContent {
|
||||||
if string(contentBytes) != initialContent {
|
if string(contentBytes) != initialContent {
|
||||||
fmt.Printf("Unexpected content. Expected: %s. Retrying", initialContent)
|
fmt.Printf("Unexpected content. Expected: %s. Retrying\n", initialContent)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user