[Groonga-commit] groonga/gcs-console [master] Kick teardown on process exit

Back to archive index

Yoji SHIDARA null+****@clear*****
Wed Oct 24 16:17:51 JST 2012


Yoji SHIDARA	2012-10-24 16:17:51 +0900 (Wed, 24 Oct 2012)

  New Revision: 277a78813ec329b1acd0494e07cd93f76146d0a6
  https://github.com/groonga/gcs-console/commit/277a78813ec329b1acd0494e07cd93f76146d0a6

  Merged 610da59: Merge branch 'test'

  Log:
    Kick teardown on process exit

  Modified files:
    test/test-utils.js

  Modified: test/test-utils.js (+3 -0)
===================================================================
--- test/test-utils.js    2012-10-24 15:56:18 +0900 (7b97451)
+++ test/test-utils.js    2012-10-24 16:17:51 +0900 (6bb8d49)
@@ -47,6 +47,9 @@ Target.prototype = {
         self.gcsConsolePath,
         gcsConsoleOptions,
         function() {
+          process.on('exit', function() {
+            self.teardown();
+          });
           done();
         }
       )
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index