[Groonga-commit] groonga/fluent-plugin-groonga [master] Fix a variable name

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Dec 5 17:50:23 JST 2012


Kouhei Sutou	2012-12-05 17:50:23 +0900 (Wed, 05 Dec 2012)

  New Revision: 7c0beaa5ca5ccc090b0d22a030bb92f247de0029
  https://github.com/groonga/fluent-plugin-groonga/commit/7c0beaa5ca5ccc090b0d22a030bb92f247de0029

  Log:
    Fix a variable name

  Modified files:
    test/test_output.rb

  Modified: test/test_output.rb (+3 -3)
===================================================================
--- test/test_output.rb    2012-12-05 17:43:39 +0900 (78e7e8c)
+++ test/test_output.rb    2012-12-05 17:50:23 +0900 (547d545)
@@ -82,9 +82,9 @@ EOC
 
     teardown
     def teardown_real_server
-      Process.kill(:INT, @pid)
-      Process.kill(:KILL, @pid)
-      Process.waitpid(@pid)
+      Process.kill(:INT, @real_server_pid)
+      Process.kill(:KILL, @real_server_pid)
+      Process.waitpid(@real_server_pid)
     end
 
     def configuration
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index