Skip to content

Commit 418f1e9

Browse files
committed
Add call to Directory.list_dir_end, just to be sure
1 parent 070caf1 commit 418f1e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function TestRunner:_init()
4343
all_passed = all_passed and success
4444
end
4545
until filename == ''
46+
dir:list_dir_end()
4647

4748
self:quit(all_passed and 0 or 1)
4849
end

0 commit comments

Comments
 (0)