Skip to content

Commit a437e4b

Browse files
joyeecheungdanielleadams
authored andcommitted
test: use random port in test-inspector-debug-brk-flag
Which makes it possible to run it in parallel. PR-URL: #47412 Refs: #47146 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 4af86be commit a437e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-inspector-debug-brk-flag.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function testBreakpointOnStart(session) {
2727
}
2828

2929
async function runTests() {
30-
const child = new NodeInstance(['--inspect', '--inspect-brk']);
30+
const child = new NodeInstance(['--inspect-brk=0']);
3131
const session = await child.connectInspectorSession();
3232

3333
await testBreakpointOnStart(session);

0 commit comments

Comments
 (0)