diff options
| author | ame <[email protected]> | 2026-01-14 00:01:14 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2026-01-14 00:06:40 -0600 |
| commit | 9a67405a0983a779fec7328a0767c4d7561c08ea (patch) | |
| tree | bac59ad1358d7456155cc6b14c4578084fef7ded /tests/tests.lua | |
| parent | 8fe66fe2ae75121a6fa6909c04fa5c3cb11cd09c (diff) | |
fix closures when cloned
Diffstat (limited to 'tests/tests.lua')
| -rw-r--r-- | tests/tests.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.lua b/tests/tests.lua index c95e072..f605bd0 100644 --- a/tests/tests.lua +++ b/tests/tests.lua @@ -21,7 +21,7 @@ local handle = assert(io.popen("find tests/units/".. search .." -type f")) for file in handle:lines() do total = total + 1 - print(file) + print(file .. " ...") local f = loadfile(file)() --move up one line and clear it |
