Skip to content

Commit c88be65

Browse files
Improve tests display for rustdoc-js-std tester
1 parent 2b4feba commit c88be65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/rustdoc-js-std/tester.js

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function main(argv) {
6565
var errors = 0;
6666

6767
fs.readdirSync(test_folder).forEach(function(file) {
68+
process.stdout.write('Checking "' + file + '" ... ');
6869
errors += tools.runChecks(path.join(test_folder, file), loaded, index);
6970
});
7071
return errors > 0 ? 1 : 0;

0 commit comments

Comments
 (0)