We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents beeff50 + 685371e commit 8203917Copy full SHA for 8203917
cmd/nerdctl/run_test.go
@@ -234,7 +234,7 @@ func TestRunWithJsonFileLogDriver(t *testing.T) {
234
matches, err := filepath.Glob(filepath.Join(logJSONPath, inspectedContainer.ID+"*"))
235
assert.NilError(t, err)
236
if len(matches) != 2 {
237
- t.Fatalf("the maximum number of old log files to retain exceeded 2 files, got: %s", matches)
+ t.Fatalf("the number of log files is not equal to 2 files, got: %s", matches)
238
}
239
for _, file := range matches {
240
fInfo, err := os.Stat(file)
0 commit comments