mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
plugin dir parsing
This commit is contained in:
@@ -46,7 +46,7 @@ func TestCommand_Args(t *testing.T) {
|
||||
},
|
||||
{
|
||||
[]string{"-client", "-alloc-dir="},
|
||||
"Must specify both the state and alloc dir if data-dir is omitted.",
|
||||
"Must specify the state, alloc dir, and plugin dir if data-dir is omitted.",
|
||||
},
|
||||
}
|
||||
for _, tc := range tcases {
|
||||
|
||||
Reference in New Issue
Block a user