[Groonga-commit] ranguba/chupa-text at b4db657 [master] Fix wrong load path

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 3 18:13:56 JST 2014


Kouhei Sutou	2014-01-03 18:13:56 +0900 (Fri, 03 Jan 2014)

  New Revision: b4db65718f20b9f1e1e2f749d9b88e70320defe7
  https://github.com/ranguba/chupa-text/commit/b4db65718f20b9f1e1e2f749d9b88e70320defe7

  Message:
    Fix wrong load path

  Modified files:
    test/run-test.rb

  Modified: test/run-test.rb (+1 -1)
===================================================================
--- test/run-test.rb    2014-01-03 18:09:16 +0900 (15c7286)
+++ test/run-test.rb    2014-01-03 18:13:56 +0900 (dd87998)
@@ -22,7 +22,7 @@ require "pathname"
 
 require "test-unit"
 
-base_dir = Pathname(__FILE__).dirname
+base_dir = Pathname(__FILE__).dirname.parent
 lib_dir = base_dir + "lib"
 $LOAD_PATH.unshift(lib_dir.to_s)
 
-------------- next part --------------
HTML����������������������������...
Download 



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