Closed rclark closed 10 years ago
npm test will never end, even though all the tests pass. This is because a sub-process (pycsw) is left hanging open.
npm test
We need to make sure that the sub process gets closed properly.
npm test
will never end, even though all the tests pass. This is because a sub-process (pycsw) is left hanging open.We need to make sure that the sub process gets closed properly.