1
0
mirror of https://github.com/moby/moby.git synced 2025-12-07 19:42:23 +03:00

Add logDone logs where it's missing

Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com>
This commit is contained in:
Alexandr Morozov
2014-08-28 09:25:57 +04:00
parent 334dca15b0
commit 3c984a6d15
5 changed files with 12 additions and 0 deletions

View File

@@ -109,6 +109,8 @@ func TestCommitTTY(t *testing.T) {
if _, err := runCommand(cmd); err != nil {
t.Fatal(err)
}
logDone("commit - commit tty")
}
func TestCommitWithHostBindMount(t *testing.T) {