mirror of
https://github.com/moby/moby.git
synced 2025-12-09 10:01:25 +03:00
Fix missing logDone for TestRunMutableNetworkFiles
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
@@ -1949,6 +1949,7 @@ func TestRunMutableNetworkFiles(t *testing.T) {
|
|||||||
t.Fatalf("Did not find the correct output in /etc/%s: %s %#v", fn, out, lines)
|
t.Fatalf("Did not find the correct output in /etc/%s: %s %#v", fn, out, lines)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
logDone("run - mutable network files")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ensure that CIDFile gets deleted if it's empty
|
// Ensure that CIDFile gets deleted if it's empty
|
||||||
|
|||||||
Reference in New Issue
Block a user