fix formatting issue in envoy bootstrapping.

pull/20036/head
John Murret 2023-12-21 14:02:32 -07:00
parent a19df32fa5
commit c4c2ddef30
3 changed files with 21 additions and 21 deletions

View File

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