Skip to content

Commit 6fbb5dd

Browse files
committed
wip!
1 parent 032a7d6 commit 6fbb5dd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/windows-testing/parallel-executor.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ async function main() {
2121
const tasks = [];
2222
const progress = {};
2323

24+
console.log('---');
25+
console.warn({
26+
targetName,
27+
testEntrypoint,
28+
testWorkingDir,
29+
testArgs,
30+
});
31+
console.log('---');
32+
2433
for (let i = 0; i < maxShards; i++) {
2534
tasks.push(
2635
spawnTest(

0 commit comments

Comments
 (0)