WIP: 103268-job-task-progress #104185
@ -49,8 +49,9 @@ type TimeService interface {
|
|||||||
Now() time.Time
|
Now() time.Time
|
||||||
}
|
}
|
||||||
|
|
||||||
//go:generate go run github.com/golang/mock/mockgen -destination mocks/cli_runner.gen.go -package mocks git.blender.org/flamenco/internal/worker CommandLineRunner
|
|
||||||
// CommandLineRunner is an interface around exec.CommandContext().
|
// CommandLineRunner is an interface around exec.CommandContext().
|
||||||
|
//
|
||||||
|
//go:generate go run github.com/golang/mock/mockgen -destination mocks/cli_runner.gen.go -package mocks git.blender.org/flamenco/internal/worker CommandLineRunner
|
||||||
type CommandLineRunner interface {
|
type CommandLineRunner interface {
|
||||||
CommandContext(ctx context.Context, name string, arg ...string) *exec.Cmd
|
CommandContext(ctx context.Context, name string, arg ...string) *exec.Cmd
|
||||||
RunWithTextOutput(
|
RunWithTextOutput(
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
//go:build !linux
|
||||||
// +build !linux
|
// +build !linux
|
||||||
|
|
||||||
/* (c) 2019, Blender Foundation
|
/* (c) 2019, Blender Foundation
|
||||||
|
Loading…
Reference in New Issue
Block a user