summaryrefslogtreecommitdiff
path: root/tests/runner.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-04-08 19:59:11 +0800
committerGitHub <[email protected]>2024-04-08 19:59:11 +0800
commitaca3ead5d138db01a4286b410e18f3d85effffe8 (patch)
tree5163c0e41b8527199160172ff900d7e0095f9355 /tests/runner.lua
parent6551d9a4308d0cbec4a2f4c33d28f8bf432bff7f (diff)
Update runner.lua
Diffstat (limited to 'tests/runner.lua')
-rw-r--r--tests/runner.lua2
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")