Add logDone for TestBuildAddSingleFileToNonExistDir
Signed-off-by: Alexandr Morozov <lk4d4@docker.com> Upstream-commit: fbaa41b5aa920ca752481e1b94aeff29857cb76d Component: engine
This commit is contained in:
@ -509,6 +509,8 @@ RUN [ $(ls -l /exists | awk '{print $3":"$4}') = 'dockerio:dockerio' ]`,
|
||||
if _, err := buildImageFromContext(name, ctx, true); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
logDone("build - add single file to non-existing dir")
|
||||
}
|
||||
|
||||
func TestBuildAddDirContentToRoot(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user