mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
Update helper/testtask/testtask_windows.go
Co-Authored-By: dantoml <dani@tomlinson.io>
This commit is contained in:
committed by
Danielle Tomlinson
parent
fe8c60e157
commit
9e4e2d812d
@@ -8,6 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func executeProcessGroup(gid string) {
|
||||
fmt.Fprintf(os.Stderr, "process groups are not supported on windows\n")
|
||||
fmt.Fprintf(os.Stderr, "TODO: implement process groups are on windows\n")
|
||||
fmt.Fprintf(os.Stderr, "TODO: see https://github.com/hashicorp/nomad/blob/109c5ef650206fc62334d202002cda92ceb67399/drivers/shared/executor/executor_windows.go#L9-L17\n")
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user