usgin / usgin-cache

Cache a whole system in your CouchDB
0 stars 1 forks source link

npm test never stops #1

Closed rclark closed 10 years ago

rclark commented 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.

We need to make sure that the sub process gets closed properly.