mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 16:21:13 +00:00
correct coverage MainStart argument order
This commit is contained in:
parent
313d9fb0b1
commit
830456e027
@ -82,7 +82,7 @@ func FlushCoverage() {
|
|||||||
|
|
||||||
var deps fakeTestDeps
|
var deps fakeTestDeps
|
||||||
|
|
||||||
dummyRun := testing.MainStart(deps, tests, fuzztargets, benchmarks, examples)
|
dummyRun := testing.MainStart(deps, tests, benchmarks, fuzztargets, examples)
|
||||||
dummyRun.Run()
|
dummyRun.Run()
|
||||||
|
|
||||||
// Once it writes to the temporary path, we move it to the intended path.
|
// Once it writes to the temporary path, we move it to the intended path.
|
||||||
|
Loading…
Reference in New Issue
Block a user