[Groonga-commit] groonga/groonga-query-log at b42d5ba [master] run-regression-test: fix a wrong variable name

アーカイブの一覧に戻る
Yasuhiro Horimoto null+****@clear*****
Tue Nov 6 11:02:58 JST 2018


Yasuhiro Horimoto	2018-11-06 11:02:58 +0900 (Tue, 06 Nov 2018)

  Revision: b42d5babd09f05ca1c742b6e9af60201a1a43859
  https://github.com/groonga/groonga-query-log/commit/b42d5babd09f05ca1c742b6e9af60201a1a43859

  Merged 5d9fc41: Merge pull request #32 from komainu8/fix_a_wrong_variable_name

  Message:
    run-regression-test: fix a wrong variable name
    
    Because grn_file is undefined.

  Modified files:
    lib/groonga-query-log/command/run-regression-test.rb

  Modified: lib/groonga-query-log/command/run-regression-test.rb (+1 -1)
===================================================================
--- lib/groonga-query-log/command/run-regression-test.rb    2018-10-29 13:53:12 +0900 (e593cfd)
+++ lib/groonga-query-log/command/run-regression-test.rb    2018-11-06 11:02:58 +0900 (24c1892)
@@ -326,7 +326,7 @@ module GroongaQueryLog
               command = [
                 @groonga,
                 "--log-path", log_path.to_s,
-                "--file", grn_file.to_s,
+                "--file", load_file.to_s,
                 @database_path.to_s,
               ]
             end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181106/432edcb7/attachment.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る