Merge branch 'master' of github.com:babel/babel

This commit is contained in:
Sebastian McKenzie
2015-04-24 19:28:58 +01:00
7 changed files with 31 additions and 5 deletions

View File

@@ -111,6 +111,7 @@ var buildTest = function (binName, testName, opts) {
};
var clear = function () {
process.chdir(__dirname);
if (fs.existsSync(tmpLoc)) rimraf.sync(tmpLoc);
fs.mkdirSync(tmpLoc);
process.chdir(tmpLoc);