[Groonga-commit] ranguba/groonga-client-model at 72d6bb0 [master] Fix path

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 5 16:46:47 JST 2016


Kouhei Sutou	2016-12-05 16:46:47 +0900 (Mon, 05 Dec 2016)

  New Revision: 72d6bb06c6973684e0a6d3d9a1e554e47e4013e4
  https://github.com/ranguba/groonga-client-model/commit/72d6bb06c6973684e0a6d3d9a1e554e47e4013e4

  Message:
    Fix path

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

  Modified: test/unit/run-test.rb (+1 -1)
===================================================================
--- test/unit/run-test.rb    2016-12-05 16:46:02 +0900 (867f89b)
+++ test/unit/run-test.rb    2016-12-05 16:46:47 +0900 (305958c)
@@ -23,7 +23,7 @@ require "pathname"
 base_dir = Pathname.new(__FILE__).dirname.parent.parent.expand_path
 
 lib_dir = base_dir + "lib"
-test_dir = base_dir + "test"
+test_dir = base_dir + "test/unit"
 
 $LOAD_PATH.unshift(lib_dir.to_s)
 
-------------- next part --------------
HTML����������������������������...
Download 



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