mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-01 21:30:55 +01:00
chore(lune): test runner not exiting with correct code
This commit is contained in:
parent
db819fdd61
commit
f60b74d7ee
1 changed files with 1 additions and 1 deletions
|
@ -76,4 +76,4 @@ for _, test in discoverTests("tests") do
|
|||
end
|
||||
|
||||
reporter.init()
|
||||
process.exit(tonumber(frktest.run()))
|
||||
process.exit(tonumber(frktest.run())) -- FIXME: frktest.run() returns nil
|
||||
|
|
Loading…
Add table
Reference in a new issue