[Groonga-commit] droonga/droonga-engine at d8c701b [master] Fix path to log file

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 16:52:28 JST 2015


YUKI Hiroshi	2015-04-14 16:52:28 +0900 (Tue, 14 Apr 2015)

  New Revision: d8c701b2e1451a650ca03bc1a7a353c9afd2cd66
  https://github.com/droonga/droonga-engine/commit/d8c701b2e1451a650ca03bc1a7a353c9afd2cd66

  Message:
    Fix path to log file

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

  Modified: test/command/run-test.rb (+1 -1)
===================================================================
--- test/command/run-test.rb    2015-04-14 16:49:40 +0900 (cdf8b69)
+++ test/command/run-test.rb    2015-04-14 16:52:28 +0900 (2c33023)
@@ -39,7 +39,7 @@ end
 
 base_dir = File.dirname(__FILE__)
 lib_dir = File.expand_path(File.join(base_dir, "..", "..", "lib"))
-log_path = File.expand_path(File.join(base_dir, "test", "command", "tmp", "droonga-engine.log"))
+log_path = File.expand_path(File.join(base_dir, "tmp", "droonga-engine.log"))
 
 drntest_options = []
 drntest_options.concat(["--base-path", base_dir])
-------------- next part --------------
HTML����������������������������...
Download 



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