fix osrm bin hashes
This commit is contained in:
parent
da6b750378
commit
29344f55ae
@ -20,15 +20,15 @@ def osm_hash
|
|||||||
end
|
end
|
||||||
|
|
||||||
def bin_extract_hash
|
def bin_extract_hash
|
||||||
@bin_hash ||= hash_of_file '../osrm-extract'
|
@bin_extract_hash ||= hash_of_file '../osrm-extract'
|
||||||
end
|
end
|
||||||
|
|
||||||
def bin_prepare_hash
|
def bin_prepare_hash
|
||||||
@bin_hash ||= hash_of_file '../osrm-prepare'
|
@bin_prepare_hash ||= hash_of_file '../osrm-prepare'
|
||||||
end
|
end
|
||||||
|
|
||||||
def bin_routed_hash
|
def bin_routed_hash
|
||||||
@bin_hash ||= hash_of_file '../osrm-routed'
|
@bin_routed_hash ||= hash_of_file '../osrm-routed'
|
||||||
end
|
end
|
||||||
|
|
||||||
#combine state of data, speedprofile and binaries into a hash that identifies the exact test scenario
|
#combine state of data, speedprofile and binaries into a hash that identifies the exact test scenario
|
||||||
|
Loading…
Reference in New Issue
Block a user