Kouhei Sutou
null+****@clear*****
Tue Apr 26 14:11:50 JST 2016
Kouhei Sutou 2016-04-26 14:11:50 +0900 (Tue, 26 Apr 2016) New Revision: d98de8d83e2edcaadc24a0b2bac9eb45c36e6a50 https://github.com/groonga/grntest/commit/d98de8d83e2edcaadc24a0b2bac9eb45c36e6a50 Message: Fix typos Modified files: lib/grntest/tester.rb Modified: lib/grntest/tester.rb (+2 -2) =================================================================== --- lib/grntest/tester.rb 2016-04-26 14:09:37 +0900 (5f6cd52) +++ lib/grntest/tester.rb 2016-04-26 14:11:50 +0900 (173f0a8) @@ -47,13 +47,13 @@ module Grntest parser.on("--groonga-httpd=COMMAND", "Use COMMAND as groonga-httpd command for groonga-httpd tests", "(#{tester.groonga_httpd})") do |command| - tester.groonga_httpd = normalize(command) + tester.groonga_httpd = normalize_command(command) end parser.on("--groonga-suggest-create-dataset=COMMAND", "Use COMMAND as groonga_suggest_create_dataset command", "(#{tester.groonga_suggest_create_dataset})") do |command| - tester.groonga_suggest_create_dataset = normalize(command) + tester.groonga_suggest_create_dataset = normalize_command(command) end available_interfaces = [:stdio, :http] -------------- next part -------------- HTML����������������������������...Télécharger