Skip to content

Commit

Permalink
Merge pull request #1393 from soider/cleanup-debug-code
Browse files Browse the repository at this point in the history
Drop some debug leftovers
  • Loading branch information
Mikhail Sakhnov authored Dec 28, 2021
2 parents b1d977c + 726c7d4 commit f9b2836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inttest/common/footloosesuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ func (s *FootlooseSuite) createConfig() config.Config {

cfg := config.Config{
Cluster: config.Cluster{
Name: s.T().Name() + "DEBUGBRANCH",
Name: s.T().Name(),
PrivateKey: path.Join(s.keyDir, "id_rsa"),
},
Machines: []config.MachineReplicas{
Expand Down

0 comments on commit f9b2836

Please sign in to comment.