mirror of
https://github.com/pesde-pkg/scripts.git
synced 2025-01-08 12:39:08 +00:00
chore(lune): remove debug print from test runner
This commit is contained in:
parent
6dd3f45f18
commit
a0879ddf2c
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue