aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/testos.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/vcs/testos.go')
-rw-r--r--pkg/vcs/testos.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkg/vcs/testos.go b/pkg/vcs/testos.go
index f30dd0799..611937da7 100644
--- a/pkg/vcs/testos.go
+++ b/pkg/vcs/testos.go
@@ -16,8 +16,7 @@ func newTestos(dir string) *testos {
func (ctx *testos) PreviousReleaseTags(commit string) ([]string, error) {
return ctx.git.previousReleaseTags(commit, false)
}
-func (ctx *testos) EnvForCommit(commit string, kernelConfig []byte) (*BisectEnv, error) {
- return &BisectEnv{
- Compiler: "test-compiler-dont-use",
- }, nil
+
+func (ctx *testos) EnvForCommit(binDir, commit string, kernelConfig []byte) (*BisectEnv, error) {
+ return &BisectEnv{}, nil
}