mirror of https://github.com/docker/docs.git
Merge pull request #9674 from LK4D4/log_done
Fix missing logDone for TestRunMutableNetworkFiles
This commit is contained in:
commit
03142fd5d2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue