mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add logDone for TestBuildAddSingleFileToNonExistDir
Signed-off-by: Alexandr Morozov <lk4d4@docker.com>
This commit is contained in:
parent
dc243c812b
commit
fbaa41b5aa
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue