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 RafaelGSS committed Apr 13, 2023
1 parent 1a78632 commit ade0170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-inspector-debug-brk-flag.js
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 ade0170

Please sign in to comment.