From c8676cb3613259c0cfcf88049be652987dccc769 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 12 Jan 2015 14:14:23 +0100 Subject: [PATCH] test: move sequential/test-debug-port-cluster MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move sequential/test-debug-port-cluster to test/parallel. This test is safe to run in parallel with other debugger tests, it doesn't use fixed port numbers. PR-URL: https://github.com/iojs/io.js/pull/306 Reviewed-By: Miroslav Bajtoš --- test/{sequential => parallel}/test-debug-port-cluster.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{sequential => parallel}/test-debug-port-cluster.js (100%) diff --git a/test/sequential/test-debug-port-cluster.js b/test/parallel/test-debug-port-cluster.js similarity index 100% rename from test/sequential/test-debug-port-cluster.js rename to test/parallel/test-debug-port-cluster.js