Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
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>
  • Loading branch information
santigimeno committed May 18, 2016
commit 639dee31bcec474e66b87256c456e88b476302a7
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