From b02357f542f24b3899d65fcdececb04335d643ea Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 23 Nov 2019 10:31:40 +0100 Subject: [PATCH] Fix message --- run_integration_tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_integration_tests.go b/run_integration_tests.go index 2c68b93fd..0a94dbb60 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -492,7 +492,7 @@ func updateEnv(env []string, override map[string]string) []string { func (env *TravisEnvironment) findImports() (map[string][]string, error) { res := make(map[string][]string) - msg("checking for forbidden imports") + msg("checking for forbidden imports\n") cmd := exec.Command("go", "list", "-f", `{{.ImportPath}} {{join .Imports " "}}`, "./internal/...", "./cmd/...") cmd.Stderr = os.Stderr