add loc option to exec test

This commit is contained in:
Sebastian McKenzie
2014-11-16 18:48:32 +11:00
parent 9ff4df6dae
commit 5789447068

View File

@@ -60,6 +60,7 @@ exports.get = function (entryName) {
disabled: taskName[0] === ".",
options: taskOpts,
exec: {
loc: execLoc,
code: readFile(execLoc),
filename: execLocAlias,
},