Skip to content

Commit 677fb6b

Browse files
dns2utf8Mark-Simulacrum
authored andcommitted
Show how many tests are running in parallel
1 parent a0cc9bb commit 677fb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rustdoc-gui/tester.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async function main(argv) {
172172
}
173173
files.sort();
174174

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

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

0 commit comments

Comments
 (0)