Update helper/testtask/testtask_windows.go

Co-Authored-By: dantoml <dani@tomlinson.io>
This commit is contained in:
Michael Schurter
2019-01-15 22:01:59 +01:00
committed by Danielle Tomlinson
parent fe8c60e157
commit 9e4e2d812d

View File

@@ -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)
}