Skip to content

Commit

Permalink
test: move the debugger tests back to parallel
Browse files Browse the repository at this point in the history
Run the debugger with `--port=common.PORT` to avoid the use of the same
port.

PR-URL: #6246
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
santigimeno authored and MylesBorins committed Apr 21, 2016
1 parent 95e9c06 commit b0ba16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parallel/test-debugger-util-regression.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const fixture = path.join(

const args = [
'debug',
`--port=${common.PORT}`,
fixture
];

Expand Down

0 comments on commit b0ba16f

Please sign in to comment.