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:
parent
642076f2af
commit
b95160daae
@ -12,6 +12,7 @@ const fixture = path.join(
|
||||
|
||||
const args = [
|
||||
'debug',
|
||||
`--port=${common.PORT}`,
|
||||
fixture
|
||||
];
|
||||
|
@ -12,6 +12,7 @@ const fixture = path.join(
|
||||
|
||||
const args = [
|
||||
'debug',
|
||||
`--port=${common.PORT}`,
|
||||
fixture
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user