[Groonga-commit] groonga/groonga at 6c3f596 [master] test: fix a typo

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Tue Apr 10 12:47:12 JST 2018


Kouhei Sutou	2018-04-10 12:47:12 +0900 (Tue, 10 Apr 2018)

  New Revision: 6c3f596ce4cd99b85bfe24402dde6fdb67ab2159
  https://github.com/groonga/groonga/commit/6c3f596ce4cd99b85bfe24402dde6fdb67ab2159

  Message:
    test: fix a typo

  Modified files:
    test/mruby/run-test.rb

  Modified: test/mruby/run-test.rb (+1 -1)
===================================================================
--- test/mruby/run-test.rb    2018-04-10 12:45:26 +0900 (a9243fb4c)
+++ test/mruby/run-test.rb    2018-04-10 12:47:12 +0900 (21eada2c1)
@@ -66,7 +66,7 @@ end
 if build_top_dir_path != source_top_dir_path
   plugin_relative_path = "plugins/expression_rewriters"
   FileUtils.cp(Dir.glob(source_top_dir_path + "#{plugin_relative_path}/*.rb"),
-               build_top_dir_path + plugins_relative_path)
+               build_top_dir_path + plugin_relative_path)
 end
 ENV["GRN_PLUGINS_DIR"] = (build_top_dir_path + "plugins").to_s
 ENV["GRN_RUBY_SCRIPTS_DIR"] = (source_top_dir_path + "lib/mrb/scripts").to_s
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180410/842d821e/attachment.htm 



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