Skip to content

Commit

Permalink
test: use random port in test-inspector-debug-brk-flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
joyeecheung authored and MoLow committed Jul 6, 2023
1 parent a2e4643 commit e97ceec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-inspector-debug-brk-flag.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function testBreakpointOnStart(session) {
}

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

await testBreakpointOnStart(session);
Expand Down

0 comments on commit e97ceec

Please sign in to comment.