diff options
Diffstat (limited to 'server/test.lua')
-rw-r--r-- | server/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/test.lua b/server/test.lua index 7068b072..a944c8f0 100644 --- a/server/test.lua +++ b/server/test.lua @@ -21,6 +21,7 @@ local function runTest(root) exe, test, '-E', + cwd = root, stdout = true, stderr = true, } |