Commit facce197 authored by Katharine Berry's avatar Katharine Berry

Update stale comment.

parent 2d36e9e8
...@@ -488,7 +488,8 @@ func TestMain(m *testing.M) { ...@@ -488,7 +488,8 @@ func TestMain(m *testing.M) {
// Make sure we actually write the profiling information to disk, if we make it here. // Make sure we actually write the profiling information to disk, if we make it here.
// On long-running services, or anything that calls os.Exit(), this is insufficient, // On long-running services, or anything that calls os.Exit(), this is insufficient,
// so be sure to call this from inside the binary too. // so we also flush periodically with a default period of five seconds (configurable by
// the KUBE_COVERAGE_FLUSH_INTERVAL environment variable).
coverage.FlushCoverage() coverage.FlushCoverage()
} }
EOF EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment