Skip to content

Commit

Permalink
agnhost/mounttest: add new line to output
Browse files Browse the repository at this point in the history
make the output easier to read.
  • Loading branch information
huww98 committed Mar 3, 2024
1 parent 3086d88 commit c134bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/images/agnhost/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.47
2.48
2 changes: 1 addition & 1 deletion test/images/agnhost/mounttest/mt.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c134bfe

Please sign in to comment.