Close GH-2795: Rewrite cucumber test caching (and support logic). Fixes #2745

This commit is contained in:
Patrick Niklaus
2016-09-19 14:13:44 -07:00
committed by Dane Springmeyer
parent 8522cddd61
commit 7d124ce54d
60 changed files with 871 additions and 1144 deletions
+5 -1
View File
@@ -21,8 +21,12 @@ function way_function (way, result)
end
function source_function ()
local path = os.getenv('OSRM_RASTER_SOURCE')
if not path then
path = "rastersource.asc"
end
raster_source = sources:load(
"../test/rastersource.asc",
path,
0, -- lon_min
0.1, -- lon_max
0, -- lat_min
+5 -1
View File
@@ -21,8 +21,12 @@ function way_function (way, result)
end
function source_function ()
local path = os.getenv('OSRM_RASTER_SOURCE')
if not path then
path = "rastersource.asc"
end
raster_source = sources:load(
"../test/rastersource.asc",
path,
0, -- lon_min
0.1, -- lon_max
0, -- lat_min