chore(lune): remove debug print from test runner

This commit is contained in:
Erica Marigold 2024-12-18 12:43:09 +00:00
parent 6dd3f45f18
commit a0879ddf2c
Signed by: DevComp
GPG key ID: 429EF1C337871656

View file

@ -46,8 +46,6 @@ local function discoverTests(dir: string): { string }
return tests
end
print(discoverTests("src"))
local allowedTests = process.args
for _, test in discoverTests("src") do
-- If we are given any arguments, we only run those tests, otherwise,