Skip to content

Commit

Permalink
LuaSG: close test file (avoids "too many open files" errors)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Feb 26, 2022
1 parent 719447a commit eb49372
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ class LuaSG(kstName: String, spec: TestSpec, provider: ClassTypeProvider) extend
}

override def footer(): Unit = {
out.puts
out.puts("r:close()")
out.dec
out.puts("end")
}
Expand Down

0 comments on commit eb49372

Please sign in to comment.