mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 23:57:49 +00:00
Merge pull request #109843 from BenTheElder/sigh
correct coverage MainStart argument order
This commit is contained in:
commit
685b55e88b
@ -82,7 +82,7 @@ func FlushCoverage() {
|
||||
|
||||
var deps fakeTestDeps
|
||||
|
||||
dummyRun := testing.MainStart(deps, tests, fuzztargets, benchmarks, examples)
|
||||
dummyRun := testing.MainStart(deps, tests, benchmarks, fuzztargets, examples)
|
||||
dummyRun.Run()
|
||||
|
||||
// Once it writes to the temporary path, we move it to the intended path.
|
||||
|
Loading…
Reference in New Issue
Block a user