mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
exec_basic uses Spawner; create shared test harness for executors
This commit is contained in:
@@ -41,6 +41,10 @@ var (
|
||||
)
|
||||
|
||||
func NewExecutor() Executor {
|
||||
return NewLinuxExecutor()
|
||||
}
|
||||
|
||||
func NewLinuxExecutor() Executor {
|
||||
return &LinuxExecutor{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user