1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Protect environment for system integration tests

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
Christopher Crone 2017-09-25 14:05:18 +02:00
parent 7406088853
commit d43dac2202

View file

@ -23,6 +23,6 @@ func TestMain(m *testing.M) {
}
func setupTest(t *testing.T) func() {
environment.ProtectImages(t, testEnv)
environment.ProtectAll(t, testEnv)
return func() { testEnv.Clean(t) }
}