Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e97ceec

Browse filesBrowse files
joyeecheungMoLow
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 a2e4643 commit e97ceec
Copy full SHA for e97ceec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/sequential/test-inspector-debug-brk-flag.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.