diff options
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 |
