Skip to content

Commit

Permalink
Improve tests display for rustdoc-js-std tester
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 21, 2020
1 parent 2b4feba commit c88be65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/rustdoc-js-std/tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c88be65

Please sign in to comment.