diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2015-01-19 00:51:27 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2015-01-19 19:30:04 +0100 |
commit | 1ea607cb299b0bb59d7d557e01b21b3c615d689e (patch) | |
tree | fa0dde00114741863fa1568eda6cc7e60a4d4f95 /test | |
parent | 2f33e00d716d692e84b02768430664fd92298c98 (diff) | |
download | node-new-1ea607cb299b0bb59d7d557e01b21b3c615d689e.tar.gz |
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 <bertbelder@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/parallel/test-debug-port-from-cmdline.js (renamed from test/sequential/test-debug-port-from-cmdline.js) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/sequential/test-debug-port-from-cmdline.js b/test/parallel/test-debug-port-from-cmdline.js index 4ed2e84918..4ed2e84918 100644 --- a/test/sequential/test-debug-port-from-cmdline.js +++ b/test/parallel/test-debug-port-from-cmdline.js |