Skip to content

Commit

Permalink
Show how many tests are running in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
dns2utf8 authored and Mark-Simulacrum committed Oct 3, 2021
1 parent a0cc9bb commit 677fb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rustdoc-gui/tester.js
Expand Up @@ -172,7 +172,7 @@ async function main(argv) {
}
files.sort();

console.log(`Running ${files.length} rustdoc-gui tests...`);
console.log(`Running ${files.length} rustdoc-gui (${opts["jobs"]} concurrently) ...`);

if (opts["jobs"] < 1) {
process.setMaxListeners(files.length + 1);
Expand Down

0 comments on commit 677fb6b

Please sign in to comment.