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: https://github.com/nodejs/node/pull/6246
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Santiago Gimeno 2016-04-15 15:38:04 +02:00 committed by Santiago Gimeno
parent 642076f2af
commit b95160daae
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ const fixture = path.join(
const args = [
'debug',
`--port=${common.PORT}`,
fixture
];

View File

@ -12,6 +12,7 @@ const fixture = path.join(
const args = [
'debug',
`--port=${common.PORT}`,
fixture
];