Navigation Menu

Skip to content

Commit

Permalink
run -> execute
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2012
1 parent 85d2e84 commit e37f7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/grntest/tester.rb
Expand Up @@ -638,7 +638,7 @@ def run
@worker.start_test
result = TestResult.new(@worker)
result.measure do
result.actual = run_groonga_script
result.actual = execute_groonga_script
end
result.actual = normalize_result(result.actual)
result.expected = read_expected_result
Expand All @@ -660,7 +660,7 @@ def run
end

private
def run_groonga_script
def execute_groonga_script
create_temporary_directory do |directory_path|
db_dir = directory_path + "db"
FileUtils.mkdir_p(db_dir.to_s)
Expand Down

0 comments on commit e37f7b0

Please sign in to comment.