Add .core to cucumber renaming
This commit is contained in:
parent
7cc875b8db
commit
2ff2ce460c
@ -296,7 +296,7 @@ def prepare_data
|
|||||||
raise PrepareError.new $?.exitstatus, "osrm-prepare exited with code #{$?.exitstatus}."
|
raise PrepareError.new $?.exitstatus, "osrm-prepare exited with code #{$?.exitstatus}."
|
||||||
end
|
end
|
||||||
begin
|
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}"
|
File.rename "#{extracted_file}.#{file}", "#{prepared_file}.#{file}"
|
||||||
end
|
end
|
||||||
rescue Exception => e
|
rescue Exception => e
|
||||||
|
Loading…
Reference in New Issue
Block a user