Browse Source

fix formatting issue in envoy bootstrapping. (#20036)

pull/20048/head
John Murret 11 months ago committed by GitHub
parent
commit
0f3cc3d631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test/integration/connect/envoy/main_test.go

4
test/integration/connect/envoy/main_test.go

@ -50,9 +50,9 @@ func TestEnvoy(t *testing.T) {
caseDir := "CASE_DIR=" + tc
t.Cleanup(func() {
//if t.Failed() {
if t.Failed() {
runCmd(t, "capture_logs", caseDir)
//}
}
runCmd(t, "test_teardown", caseDir)
})

Loading…
Cancel
Save