From aca3ead5d138db01a4286b410e18f3d85effffe8 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 8 Apr 2024 19:59:11 +0800 Subject: Update runner.lua --- tests/runner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runner.lua') 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") -- cgit v1.3.1