diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-09-17 15:11:23 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-09-17 15:11:23 -0400 |
commit | 01df6a67ea4d50dbf21a78bb94c5cc0d2c0f1b6d (patch) | |
tree | 0332a42a6cf2cf8bc844288c0ac7eb356f55f7f3 /t | |
parent | f2782c704fc2199e6fb3132b478c7c541e90fcf7 (diff) | |
download | lite-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.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,4 +175,4 @@ local function run_tests(tests, arg) os.exit(fail_count) end -run_tests(tests, arg) +run_tests(tests, { ... }) |