[Groonga-commit] groonga/groonga-query-log at 26f7122 [master] test: use local groonga-client

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 24 16:35:26 JST 2013


Kouhei Sutou	2013-10-24 16:35:26 +0900 (Thu, 24 Oct 2013)

  New Revision: 26f712276fa24dd1f5fa7e00d8472745ae0885da
  https://github.com/groonga/groonga-query-log/commit/26f712276fa24dd1f5fa7e00d8472745ae0885da

  Message:
    test: use local groonga-client

  Modified files:
    test/run-test.rb

  Modified: test/run-test.rb (+4 -0)
===================================================================
--- test/run-test.rb    2013-10-24 16:28:25 +0900 (05beada)
+++ test/run-test.rb    2013-10-24 16:35:26 +0900 (5b010f6)
@@ -31,6 +31,10 @@ groonga_client_base_dir = top_dir + "groonga-client"
 groonga_client_lib_dir = groonga_client_base_dir + "lib"
 $LOAD_PATH.unshift(groonga_client_lib_dir.to_s)
 
+groonga_command_base_dir = top_dir + "groonga-command"
+groonga_command_lib_dir = groonga_command_base_dir + "lib"
+$LOAD_PATH.unshift(groonga_command_lib_dir.to_s)
+
 lib_dir = base_dir + "lib"
 test_dir = base_dir + "test"
 
-------------- next part --------------
HTML����������������������������...
Download 



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