summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSantiago Gimeno <santiago.gimeno@gmail.com>2016-04-15 15:38:04 +0200
committerSantiago Gimeno <santiago.gimeno@ionide.es>2016-04-18 16:55:48 +0200
commitb95160daae00a5c39b3815c29a0cfcbc395e3824 (patch)
tree7cf032a226ac5ae002b937682c6269ae58682e97 /test
parent642076f2aff3cddf93dd7cb6b1a332f8064ab39f (diff)
downloadandroid-node-v8-b95160daae00a5c39b3815c29a0cfcbc395e3824.tar.gz
android-node-v8-b95160daae00a5c39b3815c29a0cfcbc395e3824.tar.bz2
android-node-v8-b95160daae00a5c39b3815c29a0cfcbc395e3824.zip
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>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/test-debugger-repeat-last.js (renamed from test/sequential/test-debugger-repeat-last.js)1
-rw-r--r--test/parallel/test-debugger-util-regression.js (renamed from test/sequential/test-debugger-util-regression.js)1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/sequential/test-debugger-repeat-last.js b/test/parallel/test-debugger-repeat-last.js
index 7f0e1e6816..666a7bca74 100644
--- a/test/sequential/test-debugger-repeat-last.js
+++ b/test/parallel/test-debugger-repeat-last.js
@@ -12,6 +12,7 @@ const fixture = path.join(
const args = [
'debug',
+ `--port=${common.PORT}`,
fixture
];
diff --git a/test/sequential/test-debugger-util-regression.js b/test/parallel/test-debugger-util-regression.js
index cf32ec3fa6..a2461a480c 100644
--- a/test/sequential/test-debugger-util-regression.js
+++ b/test/parallel/test-debugger-util-regression.js
@@ -12,6 +12,7 @@ const fixture = path.join(
const args = [
'debug',
+ `--port=${common.PORT}`,
fixture
];