mirror of https://github.com/hashicorp/consul
fix formatting issue in envoy bootstrapping.
parent
a19df32fa5
commit
c4c2ddef30
|
@ -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…
Reference in New Issue