diff options
-rw-r--r-- | server/publish.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/publish.lua b/server/publish.lua index 208aa309..b0040641 100644 --- a/server/publish.lua +++ b/server/publish.lua @@ -85,6 +85,7 @@ local function runTest(root) exe, test, '-E', + cwd = root, stdout = true, stderr = true, } |