From 915fe8caa9c9c999b80e9a67ed756273afbef6bb Mon Sep 17 00:00:00 2001 From: Steven Hartland Date: Mon, 22 Jul 2024 16:55:22 +0100 Subject: [PATCH] chore(registry): disable build log Disable build log so its easier to see where failures occur. --- modules/registry/registry_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/registry/registry_test.go b/modules/registry/registry_test.go index 1b6849ebbe..dd071ef5be 100644 --- a/modules/registry/registry_test.go +++ b/modules/registry/registry_test.go @@ -144,7 +144,6 @@ func TestRunContainer_authenticated(t *testing.T) { BuildArgs: map[string]*string{ "REGISTRY_PORT": &strPort, }, - PrintBuildLog: true, }, AlwaysPullImage: true, // make sure the authentication takes place ExposedPorts: []string{"6379/tcp"}, @@ -190,7 +189,6 @@ func TestRunContainer_authenticated(t *testing.T) { BuildArgs: map[string]*string{ "REGISTRY_PORT": &strPort, }, - PrintBuildLog: true, }, AlwaysPullImage: true, // make sure the authentication takes place ExposedPorts: []string{"6379/tcp"}, @@ -302,7 +300,6 @@ func TestRunContainer_wrongData(t *testing.T) { BuildArgs: map[string]*string{ "REGISTRY_PORT": &strPort, }, - PrintBuildLog: true, }, AlwaysPullImage: true, // make sure the authentication takes place ExposedPorts: []string{"6379/tcp"},