diff options
Diffstat (limited to 'tests/runner.lua')
| -rw-r--r-- | tests/runner.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.lua b/tests/runner.lua index 227e66a7f..c99142170 100644 --- a/tests/runner.lua +++ b/tests/runner.lua @@ -44,6 +44,8 @@ function main(script) local result = try { function () + -- set workdir for each test + os.cd(root) return v(context) end, catch |
