From 9f48b0ee84488ab4bbff1775185576cc7009ac67 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 24 Jan 2019 12:26:40 -0800 Subject: [PATCH] test: move test-exec.js out of pummel Move test/pummel/test-exec.js to test/sequential/test-child-process-exec.js. The test does not seem to use too much resources to be put in sequential. (It does, at least as written, fail if it has too many other things to compete with, so let's leave it in sequential for now rather than parallel.) --- .../test-exec.js => sequential/test-child-process-exec.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{pummel/test-exec.js => sequential/test-child-process-exec.js} (100%) diff --git a/test/pummel/test-exec.js b/test/sequential/test-child-process-exec.js similarity index 100% rename from test/pummel/test-exec.js rename to test/sequential/test-child-process-exec.js