Skip to content

Commit e3621c1

Browse files
joyeecheungnodejs-github-bot
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 <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 5cc12c7 commit e3621c1

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)