Ensure all temp folders made during the --output build tests are removed.

Former-commit-id: d5c98deebd879f594aac73d4b835c97516ee4e89
This commit is contained in:
John-David Dalton
2013-02-24 09:48:33 -08:00
parent 81b3567133
commit 8cbbc47043

View File

@@ -1124,6 +1124,7 @@
var start = _.after(2, _.once(function() {
if (dirs) {
fs.rmdirSync(nestedPath);
fs.rmdirSync(path.dirname(nestedPath));
}
QUnit.start();
}));