Improve tests display for rustdoc-js-std tester
This commit is contained in:
parent
2b4feba18f
commit
c88be65785
@ -65,6 +65,7 @@ function main(argv) {
|
||||
var errors = 0;
|
||||
|
||||
fs.readdirSync(test_folder).forEach(function(file) {
|
||||
process.stdout.write('Checking "' + file + '" ... ');
|
||||
errors += tools.runChecks(path.join(test_folder, file), loaded, index);
|
||||
});
|
||||
return errors > 0 ? 1 : 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user