Skip to content

Commit

Permalink
Add .core to cucumber renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarex committed Aug 19, 2015
1 parent 7cc875b commit 2ff2ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/data.rb
Expand Up @@ -296,7 +296,7 @@ def prepare_data
raise PrepareError.new $?.exitstatus, "osrm-prepare exited with code #{$?.exitstatus}."
end
begin
["osrm.hsgr","osrm.fileIndex","osrm.geometry","osrm.nodes","osrm.ramIndex"].each do |file|
["osrm.hsgr","osrm.fileIndex","osrm.geometry","osrm.nodes","osrm.ramIndex","osrm.core"].each do |file|
File.rename "#{extracted_file}.#{file}", "#{prepared_file}.#{file}"
end
rescue Exception => e
Expand Down

0 comments on commit 2ff2ce4

Please sign in to comment.