victorb/autochecker

Proper cleanup

Open

#4 opened on Apr 13, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (601 stars) (22 forks)batch import
enhancementhelp wanted

Description

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.

Contributor guide