aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-09-17 15:11:23 -0400
committerAdam Harrison <adamdharrison@gmail.com>2023-09-17 15:11:23 -0400
commit01df6a67ea4d50dbf21a78bb94c5cc0d2c0f1b6d (patch)
tree0332a42a6cf2cf8bc844288c0ac7eb356f55f7f3 /t
parentf2782c704fc2199e6fb3132b478c7c541e90fcf7 (diff)
downloadlite-xl-plugin-manager-01df6a67ea4d50dbf21a78bb94c5cc0d2c0f1b6d.tar.gz
lite-xl-plugin-manager-01df6a67ea4d50dbf21a78bb94c5cc0d2c0f1b6d.zip
Fixed a number of issues relating to generating READMEs, and running arbitrary lua files.
Diffstat (limited to 't')
-rw-r--r--t/run.lua2
1 files changed, 1 insertions, 1 deletions
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, { ... })