fix formatting issue in envoy bootstrapping. (#20036)

This commit is contained in:
John Murret 2023-12-21 15:18:11 -07:00 committed by GitHub
parent ab60fec15a
commit 0f3cc3d631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 21 deletions

View File

@ -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)
})