From 158df12ac8f3daeb86ce57f16d794aa12dc6e612 Mon Sep 17 00:00:00 2001 From: Santiago Gimeno Date: Fri, 15 Apr 2016 15:38:04 +0200 Subject: [PATCH] test: move the debugger tests back to parallel Run the debugger with `--port=common.PORT` to avoid the use of the same port. --- test/{sequential => parallel}/test-debugger-repeat-last.js | 1 + test/{sequential => parallel}/test-debugger-util-regression.js | 1 + 2 files changed, 2 insertions(+) rename test/{sequential => parallel}/test-debugger-repeat-last.js (97%) rename test/{sequential => parallel}/test-debugger-util-regression.js (98%) diff --git a/test/sequential/test-debugger-repeat-last.js b/test/parallel/test-debugger-repeat-last.js similarity index 97% rename from test/sequential/test-debugger-repeat-last.js rename to test/parallel/test-debugger-repeat-last.js index 7f0e1e68165019..666a7bca743b9f 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 similarity index 98% rename from test/sequential/test-debugger-util-regression.js rename to test/parallel/test-debugger-util-regression.js index cf32ec3fa668e9..a2461a480c9466 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 ];