Fix test runners under node
This commit is contained in:
Vendored
+5
-6
@@ -13,12 +13,11 @@ var files = fs.readdirSync(testDir)
|
||||
.map(function(name) { return testDir + '/' + name; });
|
||||
|
||||
run('./node', function() {
|
||||
process.exit(errors);
|
||||
//run('./browser', function() {
|
||||
//run('./runtime', function() {
|
||||
//process.exit(errors);
|
||||
//});
|
||||
//});
|
||||
run('./browser', function() {
|
||||
run('./runtime', function() {
|
||||
process.exit(errors);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user