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 <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
santigimeno committed Apr 18, 2016
1 parent 642076f commit b95160d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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
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 b95160d

Please sign in to comment.