From e13cc14a618a1ba817f8d667ea333133028f7e47 Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 25 Nov 2025 03:44:22 -0600 Subject: more consistent locals, better test printing --- tests/tests.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/tests.lua') diff --git a/tests/tests.lua b/tests/tests.lua index 39c4d12..c95e072 100644 --- a/tests/tests.lua +++ b/tests/tests.lua @@ -21,8 +21,12 @@ local handle = assert(io.popen("find tests/units/".. search .." -type f")) for file in handle:lines() do total = total + 1 + print(file) local f = loadfile(file)() + --move up one line and clear it + io.write("\27[1A\27[K") + if f == true then yay(file) else -- cgit v1.2.3