diff --git a/test/integration/cmdIntegration_test.go b/test/integration/cmdIntegration_test.go index f82ffd7e55951d1c9299cc990954c96488988886..b7667640f65dae3999efd53beae6ce2e958775bb 100644 --- a/test/integration/cmdIntegration_test.go +++ b/test/integration/cmdIntegration_test.go @@ -32,7 +32,7 @@ func TestMain(m *testing.M) { func testSetupIntegration() { viper.SetConfigFile(".k8s.toml") if err := viper.ReadInConfig(); err != nil { - log.Fatal(err) + log.Error(err) } if os.Getenv("GOSDN_LOG") == "nolog" {