From 578944706854e60ef48f3fab56bc11f3f19aac52 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 16 Nov 2014 18:48:32 +1100 Subject: [PATCH] add loc option to exec test --- test/_helper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/_helper.js b/test/_helper.js index 72f38142e6..405791119d 100644 --- a/test/_helper.js +++ b/test/_helper.js @@ -60,6 +60,7 @@ exports.get = function (entryName) { disabled: taskName[0] === ".", options: taskOpts, exec: { + loc: execLoc, code: readFile(execLoc), filename: execLocAlias, },