[Groonga-commit] groonga/grntest [master] Add missing trailing "\n" in execute command

Back to archive index

Haruka Yoshihara null+****@clear*****
Wed Dec 5 18:24:02 JST 2012


Haruka Yoshihara	2012-12-05 18:24:02 +0900 (Wed, 05 Dec 2012)

  New Revision: ee2d6f2120829557b7935a94789ff8f424e2deeb
  https://github.com/groonga/grntest/commit/ee2d6f2120829557b7935a94789ff8f424e2deeb

  Log:
    Add missing trailing "\n" in execute command

  Modified files:
    test/test-executor.rb

  Modified: test/test-executor.rb (+1 -1)
===================================================================
--- test/test-executor.rb    2012-12-05 17:47:17 +0900 (ece56a8)
+++ test/test-executor.rb    2012-12-05 18:24:02 +0900 (143db5e)
@@ -28,7 +28,7 @@ class TestExecutor < Test::Unit::TestCase
 
   private
   def execute(command)
-    @script.print(command)
+    @script.puts(command)
     @script.close
     @executor.execute(Pathname(@script.path))
   end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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