diff options
Diffstat (limited to 'pkg/vcs/testos.go')
| -rw-r--r-- | pkg/vcs/testos.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/vcs/testos.go b/pkg/vcs/testos.go index baadb1a2a..0053a528e 100644 --- a/pkg/vcs/testos.go +++ b/pkg/vcs/testos.go @@ -22,11 +22,11 @@ func newTestos(dir string, opts []RepoOpt) *testos { } } -func (ctx *testos) PreviousReleaseTags(commit string) ([]string, error) { +func (ctx *testos) PreviousReleaseTags(commit, bisectCompiler string) ([]string, error) { return ctx.git.previousReleaseTags(commit, false, false, false) } -func (ctx *testos) EnvForCommit(binDir, commit string, kernelConfig []byte) (*BisectEnv, error) { +func (ctx *testos) EnvForCommit(bisectCompiler, binDir, commit string, kernelConfig []byte) (*BisectEnv, error) { return &BisectEnv{KernelConfig: kernelConfig}, nil } |
