github.com/jfrazelle/docker@v1.1.2-0.20210712172922-bf78e25fe508/integration/daemon/main_test.go (about) 1 package daemon // import "github.com/docker/docker/integration/daemon" 2 3 import ( 4 "os" 5 "testing" 6 ) 7 8 func TestMain(m *testing.M) { 9 os.Exit(m.Run()) 10 }