diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-21 13:49:48 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-21 13:49:48 +0100 |
| commit | c88be65785c436452a0705ff68f4f935ce05c223 (patch) | |
| tree | 6e0f8a3f745395e41e982dae1a64873b0d7d7f12 /src | |
| parent | 2b4feba18f390501b97d6fc36dc34d6f9ca8cb04 (diff) | |
| download | rust-c88be65785c436452a0705ff68f4f935ce05c223.tar.gz rust-c88be65785c436452a0705ff68f4f935ce05c223.zip | |
Improve tests display for rustdoc-js-std tester
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/rustdoc-js-std/tester.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rustdoc-js-std/tester.js b/src/tools/rustdoc-js-std/tester.js index affdcc7f4b7..6f730b0fdbb 100644 --- a/src/tools/rustdoc-js-std/tester.js +++ b/src/tools/rustdoc-js-std/tester.js @@ -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; |
