victorb/autochecker

Proper cleanup

Open

#4 创建于 2016年4月13日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (22 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (601 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Right now, autochecker doesn't clean up after itself when it finishes running all the tests.

  • os.tmpdir() contains one copy per nodejs version and commit version of the project.
  • Docker containers are also not cleaned up.

贡献者指南