Fixed the executor test

This commit is contained in:
Diptanu Choudhury
2016-02-11 10:58:18 -08:00
parent 38ec33c508
commit 95284307c5

View File

@@ -50,6 +50,7 @@ func testExecutorContext(t *testing.T) *ExecutorContext {
TaskName: taskName,
AllocDir: allocDir,
TaskResources: constraint,
LogConfig: structs.DefaultLogConfig(),
}
return ctx
}