We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cc9bb commit 677fb6bCopy full SHA for 677fb6b
src/tools/rustdoc-gui/tester.js
@@ -172,7 +172,7 @@ async function main(argv) {
172
}
173
files.sort();
174
175
- console.log(`Running ${files.length} rustdoc-gui tests...`);
+ console.log(`Running ${files.length} rustdoc-gui (${opts["jobs"]} concurrently) ...`);
176
177
if (opts["jobs"] < 1) {
178
process.setMaxListeners(files.length + 1);
0 commit comments