From 01df6a67ea4d50dbf21a78bb94c5cc0d2c0f1b6d Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sun, 17 Sep 2023 15:11:23 -0400 Subject: Fixed a number of issues relating to generating READMEs, and running arbitrary lua files. --- t/run.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/run.lua') diff --git a/t/run.lua b/t/run.lua index 05b4947..0dc2deb 100644 --- a/t/run.lua +++ b/t/run.lua @@ -175,4 +175,4 @@ local function run_tests(tests, arg) os.exit(fail_count) end -run_tests(tests, arg) +run_tests(tests, { ... }) -- cgit v1.2.3