Navigation Menu

Skip to content

Commit

Permalink
Fix path to log file
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 14, 2015
1 parent 12d2fc5 commit d8c701b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/command/run-test.rb
Expand Up @@ -39,7 +39,7 @@ def run(*command_line)

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])
Expand Down

0 comments on commit d8c701b

Please sign in to comment.