Skip to content

Commit 1d130d0

Browse files
santigimenoMyles Borins
authored andcommitted
test: move the debugger tests back to parallel
Run the debugger with `--port=common.PORT` to avoid the use of the same port. PR-URL: #6246 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 3c8d404 commit 1d130d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-debugger-util-regression.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const fixture = path.join(
1212

1313
const args = [
1414
'debug',
15+
`--port=${common.PORT}`,
1516
fixture
1617
];
1718

0 commit comments

Comments
 (0)