Skip to content

Commit

Permalink
Revert d2953f6
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelKatz committed Jan 23, 2014
1 parent 58a6ca1 commit fb63aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 142 deletions.
137 changes: 0 additions & 137 deletions test/error-reporting-test.coffee

This file was deleted.

7 changes: 2 additions & 5 deletions test/testutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,13 +525,10 @@ exports.verify_offer_not_found = verify_offer_not_found;
exports.verify_owner_count = verify_owner_count;
exports.verify_owner_counts = verify_owner_counts;

// ND: perhaps `exit` is more suitable, else when using suite(Setup|Teardown)
// with build_setup we could hang.
process.on('exit', function() {
// process.on('uncaughtException', function() {
process.on('uncaughtException', function() {
Object.keys(server).forEach(function(host) {
server[host].stop();
});
});

// vim:sw=2:sts=2:ts=8:et
// vim:sw=2:sts=2:ts=8:et

0 comments on commit fb63aa7

Please sign in to comment.