mirror of
https://github.com/pesde-pkg/scripts.git
synced 2025-01-09 04:49:11 +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
|
return tests
|
||||||
end
|
end
|
||||||
|
|
||||||
print(discoverTests("src"))
|
|
||||||
|
|
||||||
local allowedTests = process.args
|
local allowedTests = process.args
|
||||||
for _, test in discoverTests("src") do
|
for _, test in discoverTests("src") do
|
||||||
-- If we are given any arguments, we only run those tests, otherwise,
|
-- If we are given any arguments, we only run those tests, otherwise,
|
||||||
|
|
Loading…
Reference in a new issue