From 1ea607cb299b0bb59d7d557e01b21b3c615d689e Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 19 Jan 2015 00:51:27 +0100 Subject: [PATCH] test: move sequential/test-debug-port-from-cmdline Move sequential/test-debug-port-from-cmdline to test/parallel. Per the previous commit, it should now be possible to run the test in parallel with other debugger tests. PR-URL: https://github.com/iojs/io.js/pull/501 Reviewed-By: Bert Belder Reviewed-By: Rod Vagg --- test/{sequential => parallel}/test-debug-port-from-cmdline.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{sequential => parallel}/test-debug-port-from-cmdline.js (100%) diff --git a/test/sequential/test-debug-port-from-cmdline.js b/test/parallel/test-debug-port-from-cmdline.js similarity index 100% rename from test/sequential/test-debug-port-from-cmdline.js rename to test/parallel/test-debug-port-from-cmdline.js