func Test(t *testing.T) { reexec.Init() // This is required for external graphdriver tests if !isLocalDaemon { fmt.Println("INFO: Testing against a remote daemon") } else { fmt.Println("INFO: Testing against a local daemon") } check.TestingT(t) }
func Test(t *testing.T) { reexec.Init() // This is required for external graphdriver tests if !isLocalDaemon { fmt.Println("INFO: Testing against a remote daemon") } else { fmt.Println("INFO: Testing against a local daemon") } if daemonPlatform == "linux" { ensureFrozenImagesLinux(t) } check.TestingT(t) }
func Test(t *testing.T) { check.TestingT(t) }
func Test(t *testing.T) { os.Args = []string{os.Args[0], "-check.vv", "true"} check.TestingT(t) }
func Test(t *testing.T) { if daemonPlatform == "linux" { ensureFrozenImagesLinux(t) } check.TestingT(t) }