fix formatting issue in envoy bootstrapping. (#20036)

pull/20048/head
John Murret 11 months ago committed by GitHub
parent ab60fec15a
commit 0f3cc3d631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save