diff options
Diffstat (limited to 'tests/runner.lua')
| -rw-r--r-- | tests/runner.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.lua b/tests/runner.lua index 4558c38ce..17783f9e4 100644 --- a/tests/runner.lua +++ b/tests/runner.lua @@ -52,7 +52,7 @@ function main(script) { function (errors) if errors then - error = tostring(errors) + errors = tostring(errors) end if not errors:find("aborting because of ") then context:print_error(errors, v, "unhandled error") |
