mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
driver_test StartWait task calls a program inside it's chroot
This commit is contained in:
@@ -102,7 +102,7 @@ func TestExecDriver_StartWait(t *testing.T) {
|
||||
}
|
||||
|
||||
tc := &TaskConfig{
|
||||
Command: "cat",
|
||||
Command: "echo",
|
||||
Args: []string{"/proc/self/cgroup"},
|
||||
}
|
||||
require.NoError(task.EncodeConcreteDriverConfig(&tc))
|
||||
|
||||
Reference in New Issue
Block a user